@charset "UTF-8";
@charset "UTF-8";
.ul1>li{margin-right:45px;}
.current>a{color: #c30e2e;display:block}
.ul2{position:absolute;z-index:100000000; background: #fff none repeat scroll 0 0;border: 1px solid rgba(26, 53, 71, 0.12);border-radius: 4px;box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);display:none;transition: all 0.25s cubic-bezier(0.3, 0, 0, 1.3) 0s;}
.ul2>li{width:100px;margin:0px;padding:0px;text-align:center;height:40px;line-height:40px;}
.ul2>li>a{color:black}
.ul2>li>a:hover{color:#c30e2e;}
.ul1>li:hover ul{display:block}
 .page .thisclass{
    background-color: #c30e2e;
    border-radius: 50px;
	color:#fff;
}
.ul1 li a{font-size:1.8rem;}
.page .thisclass a{color:#fff;}
.page{margin-top:20px;}
 .page li {
    color: #b3b3b3;
    display: inline-block;
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    width:auto;
	padding:3px 15px;
}
 .page li:hover {
    background-color: #c30e2e;
    border-radius: 50px;
	color:#fff;
}
.page li:hover a {color:#fff;}
.page li a {
    color: #b3b3b3;
}
.page li a {
    color: #b3b3b3;
}

.cx{}
.cx_box{margin: auto auto 40px;padding:10px 0;width: 1020px;background:#c30e2e;border-radius:5px;}
.cx_ul1,.cx_ul2{height: 40px;clear: both;margin:20px;}
.cx_ul1 li,.cx_ul2 li{float: left;font-size: 16px;height: 100%;line-height: 40px;text-align: center;width: auto;padding:0px 20px}
.cx a,.cx span,.cx b{color: #fff;padding:10px;font-size:16px;}
.cx span{font-weight:bold;}


.gsjj{width:1020px;height:260px;margin:65px auto;}
.gsjj_logo{width:30%;text-align:center;height:150px;overflow:hidden;float:left;padding-top: 60px;line-height:100px;}
.gsjj_logo img{width:200px;height:150px;}
.gsjj_conten{width:70%;height:100%;float:right;}
.gsjj_conten>div{width:98%;margin:2.5% auto;height:90%;border:1px solid #c30e2e;border-radius:5px;}
.gsjj_conten h1{font-size:17px; line-height: 30px;padding: 10px 20px;}
.gsjj_conten p{font-size:14px; line-height: 2em;padding: 10px 20px;text-indent:0;height:150px;overflow:hidden;}


.call{height:150px;margin:0px 0px 40px;}
.call_box{width:1020px;margin:0px auto;height:100%;border: 1px solid #c30e2e;border-radius:5px;}
.call_box h1{padding:15px 0px;}
.call_left{width:50%;text-align:center;height:100%;float:left}
.call_right{width:50%;height:150px;text-align:center;float:right;}
.left_p{padding-bottom:20px;font-size:18px}
.left_p1{font-size:18px;}
.call_right p{padding-bottom:20px;font-size:18px}



.hy{width:1020px;margin:0px auto 40px;height:auto;}
.hy_box{width:320px;border:1px solid #c30e2e;border-radius:5px;height:100%;float:left;box-sizing: border-box;margin:0px 10px;}
.hy_box h1{padding:15px 0px;text-align:center;background:#c30e2e;color:#fff;}
#huiyineirong .hy_box p{font-size:16px; line-height: 20px;padding: 10px;text-indent: 2em;}
.hy_box p{font-size:17px; line-height: 30px;padding: 20px;text-indent: 2em;}
.rwjs{text-align:center;margin-bottom: 40px;}
.rwjs img{width:200px;margin-top:20px;}
.rwjs span{display:block;margin-top:20px;font-size:18px;}



.hd{width:80%;margin:auto;height:100%;}
.hd_p{padding:20px;font-size:22px;}
.hd_span{margin-left:30px;}
.hd_bt{background: #c30e2e none repeat scroll 0 0;border-radius: 8px;color: #fff;display: block;float: right;font-size: 16px;height: 40px;line-height: 40px;text-align: center;width: 80px;}


.xw{width:320px;float:left;margin:0px 10px;}
.xw_bt{padding:0 0 10px;text-align: center;height:30px;line-height:30px;overflow:hidden;}
.xw_left{width:45%}
.xw_right{width:50%;float:right;}
.xw_p{font-size: 14px;line-height: 18px;}





.msg {
  display: none;
  border: 1px solid;
  border-radius: 4px;
  position: relative;
  padding: 8px 30px 8px 15px;
  font-size: 13px;
  font-size: 1.3rem; }
  .msg .btn-close {
    border: none;
    background: none;
    position: absolute;
    right: 2%;
    font-size: 1.2em;
    top: 0.35em; }
  .msg.danger {
    display: block;
    background-color: #FFF2F2;
    border-color: #FFDBDB;
    color: #D55050; }
  .msg.success {
    display: block;
    background-color: #F0F7E6;
    border-color: #DDE7D2;
    color: #76A238; }

.tooltip {
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0; }
  .tooltip .inner, .tooltip .text {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 18px;
    color: #fff;
    line-height: 26px;
    background-color: #383838; }
  .tooltip .swd {
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -10px;
    border-width: 10px;
    border-color: #383838 transparent transparent transparent;
    border-style: solid; }

.bottom-tip {
  position: fixed;
  top: 103px; }
  .bottom-tip .swd {
    bottom: initial;
    top: -18px;
    border-color: transparent transparent #383838 transparent; }

.global-msg-mobile {
  position: absolute;
  padding: 5%;
  top: 63px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  text-align: center;
  background-color: #F6F1EA; }
  .global-msg-mobile a {
    color: #c30e2e;
    margin-left: 5px; }
  .global-msg-mobile span {
    float: right;
    font-size: 24px;
    font-size: 2.4rem;
    color: #c30e2e;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 30px; }

.msg-mobile {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 9999;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 1;
  animation: show 2s ease 0 alternate; }
  .msg-mobile i {
    font-size: 26px;
    line-height: 45px;
    margin-top: 5px;
    display: block; }
  .msg-mobile.no-icon p {
    line-height: 80px; }

@-webkit-keyframes show {
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.clear::before, .mod-article-list li::before, .mod-article-list li .info::before, .clear::after, .mod-article-list li::after, .mod-article-list li .info::after {
  content: "";
  display: table; }
.clear::after, .mod-article-list li::after, .mod-article-list li .info::after {
  clear: both; }

.center-block {
  display: block;
  margin: 0 auto; }

.color-orange {
  color: #c30e2e; }
  .color-orange:hover {
    color: #c30e2e; }

.color-unclickable {
  color: #929292; }

.border-box, .input_normal, .p-search .result-part .part .investment-li .left, .p-search .result-part .part .investment-li .right, .result-list .investment-li .left, .result-list .investment-li .right, .vc-ident .top-intro .cont, .vc-ident .form-banner .vc-form .part input[type="text"], .vc-ident .form-banner .vc-form .part textarea, .vc-ident .form-banner .vc-form .part .photo-bannel, .vc_index .top_banner .cont ul, .vc_index .posts, .vc_detail .project_banner, .vc_detail .project_banner .right, .vc_news .top_news .cont, .vc-ident.investor .form_error, .vc_investor .institutional_investors .pannel, .qianzai_set .main_cont .new_pro table td, .vc-set .set-part .input_normal {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }


.icon-tread:before {
  content: "\e628"; }

.icon-tread2:before {
  content: "\e63"; }

.icon-like-1:before {
  content: "\e629"; }

.icon-ribbon-1:before {
  content: "\e626"; }

.icon-iconfont-v:before {
  content: "\e624"; }

.icon-iconfont-present:before {
  content: "\e625"; }

.icon-wealth:before {
  content: "\e61e"; }

.icon-h2:before {
  content: "\e61d"; }

.icon-read:before {
  content: "\e619"; }

.icon-message:before {
  content: "\e618"; }

.icon-QQ:before {
  content: "\e614"; }

.icon-tengxun:before {
  content: "\e615"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-Shape102:before {
  content: "\e627"; }

.icon-Shape10:before {
  content: "\ed3b"; 
  font-size: 1.2em;}

.icon-tag2:before {
  content: "\ed85"; }

.icon-Shape2:before {
  content: "\e609"; }

.icon-Shape9-1:before {
  content: "\e60a"; }

.icon-Shape9:before {
  content: "\e60b"; }

.icon-Shape:before {
  content: "\e60c"; }

.icon-time:before {
  content: "\e600"; }

.icon-svg:before {
  content: "\e603"; }

.icon-arrow-l:before {
  content: "\e604"; }

.icon-arrow-r:before {
  content: "\f105"; }

.icon-like:before {
  content: "\e606"; }

.icon-star2:before {
  content: "\e61f"; }

.icon-star-outline:before {
  content: "\e620"; }

.icon-warning-outline:before {
  content: "\e621"; }

.icon-pin-outline:before {
  content: "\e60d"; }

.icon-lightbulb:before {
  content: "\e61a"; }

.icon-help2:before {
  content: "\e60e"; }

.icon-info-outline:before {
  content: "\e601"; }

.icon-phone-iphone:before {
  content: "\e61b"; }

.icon-star3:before {
  content: "\e622"; }

.icon-star-outline2:before {
  content: "\e623"; }

.icon-eye:before {
  content: "\e000"; }

.icon-paper-clip:before {
  content: "\e001"; }

.icon-mail:before {
  content: "\e002"; }

.icon-toggle:before {
  content: "\e003"; }

.icon-layout:before {
  content: "\e004"; }

.icon-link:before {
  content: "\e005"; }

.icon-bell:before {
  content: "\e006"; }

.icon-lock:before {
  content: "\e007"; }

.icon-unlock:before {
  content: "\e008"; }

.icon-ribbon:before {
  content: "\e009"; }

.icon-image:before {
  content: "\e010"; }

.icon-signal:before {
  content: "\e011"; }

.icon-target:before {
  content: "\e012"; }

.icon-clipboard:before {
  content: "\e013"; }

.icon-clock:before {
  content: "\e014"; }

.icon-watch:before {
  content: "\e015"; }

.icon-air-play:before {
  content: "\e016"; }

.icon-camera:before {
  content: "\e017"; }

.icon-video:before {
  content: "\e018"; }

.icon-disc:before {
  content: "\e019"; }

.icon-printer:before {
  content: "\e020"; }

.icon-monitor:before {
  content: "\e021"; }

.icon-server:before {
  content: "\e022"; }

.icon-cog:before {
  content: "\e023"; }

.icon-heart:before {
  content: "\e024"; }

.icon-paragraph:before {
  content: "\e025"; }

.icon-align-justify:before {
  content: "\e026"; }

.icon-align-left:before {
  content: "\e027"; }

.icon-align-center:before {
  content: "\e028"; }

.icon-align-right:before {
  content: "\e029"; }

.icon-book:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-stack:before {
  content: "\e032"; }

.icon-stack-2:before {
  content: "\e033"; }

.icon-paper:before {
  content: "\e034"; }

.icon-paper-stack:before {
  content: "\e035"; }

.icon-search:before {
  content: "\f002"; }

.icon-zoom-in:before {
  content: "\e037"; }

.icon-zoom-out:before {
  content: "\e038"; }

.icon-reply:before {
  content: "\e039"; }

.icon-circle-plus:before {
  content: "\e040"; }

.icon-circle-minus:before {
  content: "\e041"; }

.icon-circle-check:before {
  content: "\e042"; }

.icon-circle-cross:before {
  content: "\e043"; }

.icon-square-plus:before {
  content: "\e044"; }

.icon-square-minus:before {
  content: "\e045"; }

.icon-square-check:before {
  content: "\e046"; }

.icon-square-cross:before {
  content: "\e047"; }

.icon-microphone:before {
  content: "\e048"; }

.icon-record:before {
  content: "\e049"; }

.icon-skip-back:before {
  content: "\e050"; }

.icon-rewind:before {
  content: "\e051"; }

.icon-play:before {
  content: "\e052"; }

.icon-pause:before {
  content: "\e053"; }

.icon-stop:before {
  content: "\e054"; }

.icon-fast-forward:before {
  content: "\e055"; }

.icon-skip-forward:before {
  content: "\e056"; }

.icon-shuffle:before {
  content: "\e057"; }

.icon-repeat:before {
  content: "\e058"; }

.icon-folder:before {
  content: "\e059"; }

.icon-umbrella:before {
  content: "\e060"; }

.icon-moon:before {
  content: "\e061"; }

.icon-thermometer:before {
  content: "\e062"; }

.icon-drop:before {
  content: "\e063"; }

.icon-sun:before {
  content: "\e064"; }

.icon-cloud:before {
  content: "\e065"; }

.icon-cloud-upload:before {
  content: "\e066"; }

.icon-cloud-download:before {
  content: "\e067"; }

.icon-upload:before {
  content: "\e068"; }

.icon-download:before {
  content: "\e069"; }

.icon-location:before {
  content: "\e070"; }

.icon-location-2:before {
  content: "\e071"; }

.icon-map:before {
  content: "\e072"; }

.icon-battery:before {
  content: "\e073"; }

.icon-head:before {
  content: "\e074"; }

.icon-briefcase:before {
  content: "\e075"; }

.icon-speech-bubble:before {
  content: "\e076"; }

.icon-anchor:before {
  content: "\e077"; }

.icon-globe:before {
  content: "\e078"; }

.icon-box:before {
  content: "\e079"; }

.icon-reload:before {
  content: "\e080"; }

.icon-share:before {
  content: "\e081"; }

.icon-marquee:before {
  content: "\e082"; }

.icon-marquee-plus:before {
  content: "\e083"; }

.icon-marquee-minus:before {
  content: "\e084"; }

.icon-tag:before {
  content: "\e085"; }

.icon-power:before {
  content: "\e086"; }

.icon-command:before {
  content: "\e087"; }

.icon-alt:before {
  content: "\e088"; }

.icon-esc:before {
  content: "\e089"; }

.icon-bar-graph:before {
  content: "\e090"; }

.icon-bar-graph-2:before {
  content: "\e091"; }

.icon-pie-graph:before {
  content: "\e092"; }

.icon-arrow-left:before {
  content: "\e094"; }

.icon-arrow-right:before {
  content: "\e095"; }

.icon-arrow-up:before {
  content: "\e096"; }

.icon-arrow-down:before {
  content: "\e097"; }

.icon-volume:before {
  content: "\e098"; }

.icon-mute:before {
  content: "\e099"; }

.icon-content-right:before {
  content: "\e100"; }

.icon-content-left:before {
  content: "\e101"; }

.icon-grid:before {
  content: "\e102"; }

.icon-grid-2:before {
  content: "\e103"; }

.icon-columns:before {
  content: "\e104"; }

.icon-loader:before {
  content: "\e105"; }

.icon-bag:before {
  content: "\e106"; }

.icon-ban:before {
  content: "\e107"; }

.icon-flag:before {
  content: "\e108"; }

.icon-trash:before {
  content: "\e109"; }

.icon-expand:before {
  content: "\e110"; }

.icon-contract:before {
  content: "\e111"; }

.icon-maximize:before {
  content: "\e112"; }

.icon-minimize:before {
  content: "\e113"; }

.icon-plus:before {
  content: "\e114"; }

.icon-minus:before {
  content: "\e115"; }

.icon-check:before {
  content: "\e116"; }

.icon-cross:before {
  content: "\e117"; }

.icon-move:before {
  content: "\e118"; }

.icon-delete:before {
  content: "\e119"; }

.icon-menu:before {
  content: "\e120"; }

.icon-archive:before {
  content: "\e121"; }

.icon-inbox:before {
  content: "\e122"; }

.icon-outbox:before {
  content: "\e123"; }

.icon-file:before {
  content: "\e124"; }

.icon-file-add:before {
  content: "\e125"; }

.icon-file-subtract:before {
  content: "\e126"; }

.icon-help:before {
  content: "\e62a"; }

.icon-open:before {
  content: "\e128"; }

.icon-ellipsis:before {
  content: "\e129"; }

.icon-bell2:before {
  content: "\e60f"; }

.icon-store:before {
  content: "\e602"; }

.icon-qrcode:before {
  content: "\e610"; }

.icon-apple:before {
  content: "\e611"; }

.icon-android:before {
  content: "\e612"; }

.icon-paperplane:before {
  content: "\e613"; }

.icon-arrow-down2:before {
  content: "\e61c"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-financing:before {
  content: "\e900"; }

.icon-pencil:before {
  content: "\e901"; }

.icon-m-back {
  content: "\e616"; }

.icon-tencent:before {
  content: "\f1d5"; }

.icon-qq:before {
  content: "\f1d6"; }

.icon-wechat:before {
  content: "\e617"; }

.icon-refresh:before {
  content: "\e058"; }

.icon-sina:before {
  content: "\e616"; }

.icon-comment:before {
  content: "\f0e5"; }

.icon-praise:before {
  content: "\e606"; }

.icon-fly:before {
  content: "\e613"; }

.icon-star-outline:before {
  content: "\e620"; }

.icon-wealth:before {
  content: "\e61e"; }

.icon-phone:before {
  content: "\e61b"; }

.icon-arrow-d:before {
  content: "\e61c"; }

.icon-read:before {
  content: "\e619"; }

.icon-light:before {
  content: "\e61a"; }

.icon-popular:before {
  content: "\e5fe"; }

.icon-award:before {
  content: "\e5ff"; }

.icon-iphone:before {
  content: "\e627"; }

.icon-ipad:before {
  content: "\e62b"; }

.icon-balance:before {
  content: "\e92a"; }

.icon-lock2:before {
  content: "\e929"; }

.icon-page:before {
  content: "\e928"; }

.icon-page2:before {
  content: "e90c"; }

.icon-page3:before {
  content: "e90d"; }

.icon-tree:before {
  content: "\e90e"; }

.icon-view:before {
  content: "\e90f"; }

.icon-lock3:before {
  content: "\e910"; }

.icon-medal:before {
  content: "\e912"; }

.icon-quit:before {
  content: "\e913"; }

.icon-right2:before {
  content: "\e914"; }

.icon-up:before {
  content: "\e915"; }

.icon-menu2:before {
  content: "\e916"; }

.icon-up2:before {
  content: "\e917"; }

.icon-copy:before {
  content: "\e918"; }

.icon-people:before {
  content: "\e919"; }

.icon-raise:before {
  content: "\e91a"; }

.icon-video2:before {
  content: "\e91b"; }

.icon-pack:before {
  content: "\e91c"; }

.icon-pannel:before {
  content: "\e91d"; }

.icon-home:before {
  content: "\e91e"; }

.icon-bag:before {
  content: "\e91f"; }

.icon-circle-close:before {
  content: "\e043"; }

.icon-circle-right:before {
  content: "\e042"; }

.icon-right3:before {
  content: "\e924"; }

.icon-recycle:before {
  content: "\e926"; }

.icon-set:before {
  content: "\e927"; }

.icon-right4:before {
  content: "\e925"; }

.icon-down:before {
  content: "\e911"; }

.icon-down2:before {
  content: "\f0d7"; }

.icon-vip:before {
  content: "\e93f"; }

.icon-earth:before {
  content: "\e127"; }

.icon-star4:before {
  content: "\e623"; }

.icon-cup:before {
  content: "\e5ff"; }

.icon-note:before {
  content: "\e90d"; }

.icon-down3:before {
  content: "\e911"; }

.icon-voice:before {
  content: "\e098"; }

.mce-i-subtitle, .mce-i-help {
  font-family: 'icomoon' !important; }

.mce-i-subtitle:before {
  content: "\e61d"; }

.mce-i-help:before {
  content: "\e62a" !important;
  margin-left: 3px; }

.icon-pro:before {
  content: "\e940"; }

.icon-see:before {
  content: "\eb8c"; }

.icon-mobile:before {
  content: "\e958"; }

.icon-account:before {
  content: "\e943"; }

.icon-qrcode:before {
  content: "\e944"; }

.icon-write:before {
  content: "\e945"; }

.icon-author:before {
  content: "\ec21"; }

.icon-sponsor:before {
  content: "\e947"; }

.icon-report:before {
  content: "\e948"; }

.icon-maker:before {
  content: "\e949"; }

.icon-hot_post:before {
  content: "\eb33"; }

.icon-hot_tag:before {
  content: "\f0f6"; }

.icon-world:before {
  content: "\e9b8"; }

.icon-message:before {
  content: "\e94d"; }

.icon-writer:before {
  content: "\e900"; }

.icon-bookmark:before {
  content: "\e901"; }

.icon-pro2:before {
  content: "\e902"; }

.icon-order:before {
  content: "\e903"; }

.icon-level:before {
  content: "\e904"; }

.icon-down3:before {
  content: "\e905"; }

.icon-comment2:before {
  content: "\e906"; }

.icon-share2:before {
  content: "\e907"; }

@keyframes scalefade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) rotateX(-40deg);
    transform: scale(0.8) rotateX(-40deg); }
  50% {
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.05) rotateX(0);
    transform: scale(1.05) rotateX(0); }
  100% {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0); } }

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?u0l65c');
  src:  url('../fonts/icomoon.eot?u0l65c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?u0l65c') format('truetype'),
    url('../fonts/icomoon.woff?u0l65c') format('woff'),
    url('../fonts/icomoon.svg?u0l65c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.n-icon-tread:before {
  content: "\e800"; }

.n-icon-menu:before {
  content: "\e801"; }

.n-icon-read:before {
  content: "\e802"; }

.n-icon-right:before {
  content: "\e803"; }

.n-icon-back:before {
  content: "\e804"; }

.n-icon-back2:before {
  content: "\e805"; }

.n-icon-change:before {
  content: "\e806"; }

.n-icon-close:before {
  content: "\e807"; }

.n-icon-return:before {
  content: "\e808"; }

.icon-menu2:before {
  content: "\ef17"; }

.n-icon-message:before {
  content: "\e80a"; }

.n-icon-load:before {
  content: "\e80b"; }

.n-icon-scifi:before {
  content: "\e80c"; }

.n-icon-add:before {
  content: "\e80d"; }

.n-icon-end:before {
  content: "\e80e"; }

.n-icon-wechat:before {
  content: "\e80f"; }

.n-icon-heart:before {
  content: "\e810"; }

.n-icon-up:before {
  content: "\e811"; }

.n-icon-down:before {
  content: "\e812"; }

.n-icon-write:before {
  content: "\e813"; }

.n-icon-weibo:before {
  content: "\eee2"; }

.n-icon-praise:before {
  content: "\e815"; }

.n-icon-ding:before {
  content: "\e816"; }

.n-icon-share:before {
  content: "\e900"; }

.n-icon-menu3:before {
  content: "\e901"; }

.n-icon-flashback:before {
  content: "\e902"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;min-width:1200px; }
  body * {
    -webkit-tap-highlight-color: transparent; }

/* HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
 * ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, ol {
  list-style: none; }

html {
  font-size: 62.5%; }

* {
  outline: none; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/public/fonts/OpenSansLight.woff) format("woff"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(/public/fonts/OpenSans.woff) format("woff"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/public/fonts/OpenSansBold.woff) format("woff"); }
@font-face {
  font-family: "TrajanPro3";
  font-style: normal;
  font-weight: 700;
  src: url(/public/fonts/TrajanPro3-Regular.otf) format("truetype"); }
ul, ol, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

body, menu {
  margin: 0;
  padding: 0 !important; }

body {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333333;
  font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

a {
  text-decoration: none; }

.hide-txt {
  text-indent: -999em; }

.bfc-mod {
  overflow: hidden; }
  .bfc-mod .l {
    float: left; }
  .bfc-mod .r {
    overflow: hidden; }

.fl, .popup-large .mod-article-list li .left-img, .mod-article-list li .cont, .mod-article-list li .author, .fr, .p-header .options, .mod-article-list li .pic, .mod-article-list li .relate, .hot-list .mod-article-list li .options, .index_cont .top_article .inner .options, .index_cont .top_article .column .options, .index_cont .top_article .articles .options {
  float: left;
  display: inline; }

.fr, .p-header .options, .mod-article-list li .pic, .mod-article-list li .relate, .hot-list .mod-article-list li .options, .index_cont .top_article .inner .options, .index_cont .top_article .column .options, .index_cont .top_article .articles .options {
  float: right; }

.fn-hide, .hide {
  display: none; }

.tc, .popup-large .reminder, .cont-404, .list-page .list_top .auction, .list-page.my_post nav, .mod-article-list .reminder, .post-container .post-comment h2, .list-page.tag .user-article-list .tit, .user-detail .user-article-list .tit {
  text-align: center; }

.f14 {
  font-size: 14px;
  font-size: 1.4rem; }

.f16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fb {
  font-weight: bold; }

.clear, .mod-article-list li, .mod-article-list li .info {
  overflow: auto;
  _zoom: 1; }

.border-box, .input_normal, .p-search .result-part .part .investment-li .left, .p-search .result-part .part .investment-li .right, .result-list .investment-li .left, .result-list .investment-li .right, .vc-ident .top-intro .cont, .vc-ident .form-banner .vc-form .part input[type="text"], .vc-ident .form-banner .vc-form .part textarea, .vc-ident .form-banner .vc-form .part .photo-bannel, .vc_index .top_banner .cont ul, .vc_index .posts, .vc_detail .project_banner, .vc_detail .project_banner .right, .vc_news .top_news .cont, .vc-ident.investor .form_error, .vc_investor .institutional_investors .pannel, .qianzai_set .main_cont .new_pro table td, .vc-set .set-part .input_normal {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.center, .post-container article .aligncenter {
  margin-left: auto;
  margin-right: auto; }

.justify-flex {
  display: -webkit-box;
  display: -moz-box;
  display: box; }
  .justify-flex .child {
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1; }

.btn {
  display: block;
  border: none;
  height: 45px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  outline: none;
  cursor: pointer;
  padding: 0;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transition: 100ms background-color, 100ms border-color, 100ms color;
  box-sizing: border-box; }

.btn-bordered {
  display: block;
  border: 1px solid;
  padding: 0; }

.red .line {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  height: 14px;
  margin: -3px 7px 0 3px;
  border-left: 1px solid #f56467; }
.red.btn {
  background-color: #f56467;
  color: white;
  -webkit-appearance: none; }
.red.btn-bordered {
  color: #f56467;
  border-color: #f56467;
  background-color: transparent; }
  .red.btn-bordered:hover, .red.btn-bordered.hover {
    background-color: #f56467;
    border-color: #f56467;
    color: white; }
    .red.btn-bordered:hover .line, .red.btn-bordered.hover .line {
      border-color: white; }
.red.disable {
  color: #D7D7D7;
  border-color: #EEEEEE;
  background-color: white; }
  .red.disable:hover {
    background-color: #FFF;
    color: #D7D7D7; }

.orange.btn {
  background-color: #c30e2e;
  color: #fff;
  color: white;
  -webkit-appearance: none; }
  .orange.btn:hover {
    background-color: #c30e2e; }
.orange.btn-bordered {
  color: #c30e2e;
  border-color: #c30e2e;
  background-color: transparent; }
  .orange.btn-bordered:hover {
    color: #c30e2e;
    border-color: #c30e2e;
    background-color: rgba(34, 187, 149, 0.05); }
  .orange.btn-bordered.hover {
    background-color: #c30e2e;
    color: #fff; }
    .orange.btn-bordered.hover:hover {
      border-color: #c30e2e;
      background-color: #c30e2e; }
.orange.disable {
  opacity: 0.3; }
  .orange.disable:hover {
    color: #c30e2e;
    border-color: #c30e2e; }

.gray.btn {
  background-color: #b2b2b2;
  color: #909090;
  -webkit-appearance: none; }
.gray.btn-bordered {
  color: #909090;
  border-color: #D8D8D8;
  background-color: white; }
  .gray.btn-bordered:hover {
    border-color: #b2b2b2;
    color: #666666; }
.gray.disable {
  opacity: 0.3; }
  .gray.disable:hover {
    color: #b2b2b2;
    border-color: #666666; }

.btn-normal {
  width: auto;
  display: inline-block;
  *display: inline;
  height: 38px;
  line-height: 36px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.btn-small {
  width: auto;
  display: inline-block;
  *display: inline;
  height: 30px;
  line-height: 28px;
  padding: 0 18px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.btn-x-small {
  width: auto;
  display: inline-block;
  *display: inline;
  height: 26px;
  line-height: 26px;
  padding: 0 18px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px; }

.btn-large {
  width: auto;
  height: 41px;
  display: inline-block;
  *display: inline;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 39px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 20px; }

.tabs {
  width: 44%;
  min-width: 180px;
  line-height: 20px;
  position: relative;
  top: 15px; }
  .tabs .tab {
    display: inline-block;
    *display: inline;
    text-align: center;
    margin-left: -1px;
    padding: 5px 0;
    font-size: 18px;
    font-size: 1.8rem; }
    .tabs .tab.active {
      background-color: #c30e2e;
      color: white; }
    .tabs .tab:first-child {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px; }
    .tabs .tab:last-child {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px; }

.btn-app {
  border: 2px solid #c30e2e;
  box-sizing: border-box;
  color: #fff;
  width: 180px;
  line-height: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.btn-tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #909090;
  line-height: 30px;
  padding: 0 19px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .btn-tag:hover {
    color: #c30e2e;
    border-color: #c30e2e;
    background-color: rgba(34, 187, 149, 0.05); }

.act-tag {
  display: inline-block;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: gray; }
  .act-tag.current {
    background-color: #c30e2e;
    border-color: #c30e2e; }
    .act-tag.current .unfollow {
      display: inline-block; }
    .act-tag.current .follow {
      display: none; }
    .act-tag.current .gap-line, .act-tag.current .tag-a, .act-tag.current .act {
      color: #fff; }
  .act-tag .tag-a {
    display: inline-block;
    padding: 4px 5px 4px 10px;
    color: gray;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 13px;
    line-height: 22px; }
  .act-tag .gap-line {
    display: inline-block;
    color: gray;
    position: relative;
    top: -1px;
    font-size: 12px;
    font-size: 1.2rem; }
  .act-tag .act {
    display: inline-block;
    color: gray;
    cursor: pointer;
    width: 15px;
    text-align: center;
    padding-right: 3px;
    font-size: 12px;
    font-size: 1.2rem; }
  .act-tag .unfollow {
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 12px; }

.vc-btn {
  display: inline-block;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  border: none;
  background-color: #FF3D00;
  color: #fff;
  cursor: pointer;
  font-weight: bold; }
  .vc-btn.small {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px; }
  .vc-btn.black {
    background-color: rgba(0, 0, 0, 0.6); }
  .vc-btn.border {
    border: 1px solid rgba(102, 102, 102, 0.3); }
  .vc-btn.white {
    background-color: #FFF;
    color: #808080; }
  .vc-btn.red {
    background-color: #F24964; }
  .vc-btn.radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.input_decoration {
  border: none;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  height: 26px;
  line-height: 1em;
  margin: 15px 0;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: transparent; }

.input_gray {
  background-color: #F9F9F9;
  color: #666666;
  font-size: 14px;
  padding: 15px 16px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.input_profile, .input_profile_txt {
  width: 100%;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  margin-bottom: 18px; }

.input_center {
  width: 200px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  color: #808080;
  margin-bottom: 18px; }

.input_normal {
  border: 1px #D9D9D9 solid;
  padding: 0 19px;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.universal-container {
  max-width: 280px;
  width: 100%;
  padding-bottom: 100px; }

.inner-container {
  padding: 5%; }

.container {
  position: relative;
  overflow-x: hidden; }

.page-cont {
  width: 1000px;
  position: relative;
  margin: 0 auto; }

.all_reminder, .error-reminder, .success-reminder {
  background-color: #FFF2F2;
  border: 1px #FFDBDB solid;
  color: #D55050;
  display: inline-block;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 35px;
  padding: 0 95px 0 20px;
  position: relative; }
  .all_reminder .close-btn, .error-reminder .close-btn, .success-reminder .close-btn {
    position: absolute;
    right: 10px;
    color: #b3b3b3;
    font-size: 1.4rem; }
    .all_reminder .close-btn i, .error-reminder .close-btn i, .success-reminder .close-btn i {
      font-size: 15px;
      color: #D55050; }

.error-reminder {
  color: #D55050; }
  .error-reminder .close-btn i {
    color: #D55050; }

.success-reminder {
  background-color: #F0F7E6;
  border: 1px #DDE7D2 solid;
  color: #76A238; }
  .success-reminder .close-btn i {
    font-size: 15px;
    color: #76A238; }

a.link {
  color: #c30e2e; }
  a.link:hover {
    color: #c30e2e; }

a.key-link {
  color: #FD6639;
  text-decoration: underline;
  margin-left: 5px; }

.pagination {
  padding-top: 50px;
  border-top: 1px solid #f2f2f2;
  color: #b3b3b3;
  text-align: center;
  margin-bottom: 20px; }
  .pagination .page-rl {
    display: inline-block;
    *display: inline; }
  .pagination .page {
    color: #b3b3b3;
    display: inline-block;
    *display: inline;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
    margin-left: 5px; }
    .pagination .page.current {
      background-color: #F2F2F2;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .pagination .page.current a {
        color: #333333; }
    .pagination .page:hover {
      background-color: #F2F2F2;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
    .pagination .page a {
      color: #b3b3b3; }
  .pagination .btn {
    margin: 0 5px; }

.popup_background {
  background: #fff !important;
  background: rgba(255, 255, 255, 0.97);
  background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.97)) !important;
  background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0.97)) !important;
  background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.97)) !important;
  background: -ms-linear-gradient(top, #fff, rgba(255, 255, 255, 0.97)) !important;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.97)) !important; }

.popup_wrapper .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  margin-bottom: 10px; }
.popup_wrapper .reminder {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 30px;
  color: #808080; }
.popup_wrapper .buttons .btn {
  margin: 0 5px; }
.popup_wrapper .esc-close {
  position: fixed;
  left: 20px;
  top: 20px;
  color: #b3b3b3;
  font-size: 13px;
  transform: translate(0, 0) translateZ(0);
  -webkit-transform: translate(0, 0) translateZ(0); }
.popup_wrapper .close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #A0A0A0;
  font-size: 30px;
  font-size: 3rem;
  cursor: pointer;
  transform: translate(0, 0) translateZ(0);
  -webkit-transform: translate(0, 0) translateZ(0); }
.popup_wrapper .comment-list {
  width: 580px;
  padding-top: 25px;
  border-top: 1px #e5e5e5 solid;
  text-align: left; }
  .popup_wrapper .comment-list li {
    padding-bottom: 10px; }
  .popup_wrapper .comment-list .avatar img {
    margin-right: 12px !important; }
  .popup_wrapper .comment-list .comment-info .fr, .popup_wrapper .comment-list .comment-info .p-header .options, .p-header .popup_wrapper .comment-list .comment-info .options, .popup_wrapper .comment-list .comment-info .mod-article-list li .pic, .mod-article-list li .popup_wrapper .comment-list .comment-info .pic, .popup_wrapper .comment-list .comment-info .mod-article-list li .relate, .mod-article-list li .popup_wrapper .comment-list .comment-info .relate, .popup_wrapper .comment-list .comment-info .hot-list .mod-article-list li .options, .hot-list .mod-article-list li .popup_wrapper .comment-list .comment-info .options, .popup_wrapper .comment-list .comment-info .index_cont .top_article .inner .options, .index_cont .top_article .inner .popup_wrapper .comment-list .comment-info .options, .popup_wrapper .comment-list .comment-info .index_cont .top_article .column .options, .index_cont .top_article .column .popup_wrapper .comment-list .comment-info .options, .popup_wrapper .comment-list .comment-info .index_cont .top_article .articles .options, .index_cont .top_article .articles .popup_wrapper .comment-list .comment-info .options {
    line-height: 40px; }
.popup_wrapper .app-down-c {
  width: 792px; }
  .popup_wrapper .app-down-c .right {
    width: 292px;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -105px; }
.popup_wrapper #qrcodeTable {
  margin-top: 20px; }

#new-help-pop .title, #how-recommend-pop .title {
  margin-bottom: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px; }
#new-help-pop .t, #how-recommend-pop .t {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px; }
#new-help-pop .list, #how-recommend-pop .list {
  text-align: left;
  padding-top: 30px;
  margin-bottom: 50px;
  margin-left: 16px;
  list-style-type: decimal; }
  #new-help-pop .list li, #how-recommend-pop .list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    margin-bottom: 10px; }
    #new-help-pop .list li .ps, #how-recommend-pop .list li .ps {
      color: #808080; }
#new-help-pop .list-style-none, #how-recommend-pop .list-style-none {
  list-style: none;
  margin-left: 0; }
#new-help-pop .part, #how-recommend-pop .part {
  padding-top: 30px;
  text-align: left; }
  #new-help-pop .part p, #how-recommend-pop .part p {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px; }
  #new-help-pop .part .pl, #how-recommend-pop .part .pl {
    padding-left: 10px; }
#new-help-pop .load-more, #how-recommend-pop .load-more {
  border-top: none; }

.popup-large {
  vertical-align: top !important;
  position: relative; }
  .popup-large .title {
    margin: 50px 0; }
  .popup-large .reminder {
    font-size: 20px;
    font-size: 2rem;
    border-bottom: none; }
  .popup-large .search-part {
    background-color: white;
    padding: 60px 0 0px 0;
    text-align: left;
    width: 740px;
    top: 0;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0) translateZ(0);
    -webkit-transform: translate(-50%, 0) translateZ(0);
    z-index: 2; }
  .popup-large .top-search {
    width: 100%;
    background-color: transparent;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 47px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  .popup-large .mod-article-list {
    text-align: left;
    margin-top: 130px; }
    .popup-large .mod-article-list .reminder {
      font-size: 14px;
      font-size: 1.4rem;
      padding-top: 60px; }
    .popup-large .mod-article-list li {
      border-bottom: 1px solid #f2f2f2;
      padding: 30px 0 20px 0;
      min-height: 150px; }
      .popup-large .mod-article-list li:last-child {
        border-bottom: none; }
      .popup-large .mod-article-list li .cont {
        width: 580px; }
      .popup-large .mod-article-list li .right-part {
        overflow: hidden; }
      .popup-large .mod-article-list li .intro {
        color: #808080; }
      .popup-large .mod-article-list li .point {
        margin: 0 5px; }
      .popup-large .mod-article-list li .left-img {
        position: relative;
        margin-right: 30px; }
      .popup-large .mod-article-list li .title {
        margin-top: 0px; }
      .popup-large .mod-article-list li .text {
        display: block;
        position: absolute;
        top: 50%;
        text-align: center;
        background: white;
        width: 100%;
        line-height: 40px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        opacity: 0.9;
        font-size: 17px; }
      .popup-large .mod-article-list li em {
        color: #c30e2e;
        font-style: normal; }
  .popup-large .load-more {
    margin: 0 0 100px;
    border-top: 1px solid #f2f2f2;
    padding-top: 50px; }

#login_popup {
  width: 100%; }

#show-detail .list-page {
  padding-top: 80px;
  width: 580px; }
  #show-detail .list-page .tit-info {
    color: #333; }
  #show-detail .list-page .author-info {
    padding: 20px 0; }
    #show-detail .list-page .author-info .pos {
      width: 360px; }
#show-detail .r-author-list .author-avatar {
  width: 40px; }
#show-detail .r-author-list .author-cont .btn {
  right: 0px; }

#show-all-result {
  vertical-align: top !important;
  padding-top: 80px; }
  #show-all-result .result-list {
    margin-bottom: 70px; }
  #show-all-result .cont {
    width: 648px; }
  #show-all-result .tit {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px #E5E5E5 solid; }
  #show-all-result em {
    font-style: normal; }
  #show-all-result li {
    border-bottom: 1px #f2f2f2 solid; }
    #show-all-result li:last-child {
      border-bottom: none; }
    #show-all-result li .author-name {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 34px; }
    #show-all-result li .pic {
      margin-right: 30px; }
    #show-all-result li .author-cont {
      display: block; }
    #show-all-result li .pic-product {
      margin-right: 30px; }
    #show-all-result li .author-avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    #show-all-result li .product-name {
      color: #333333;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 33px;
      margin-bottom: 15px;
      display: inline-block; }
    #show-all-result li .pos {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      color: #808080;
      padding: 0 125px 0 0; }
    #show-all-result li .intro {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      color: #808080;
      padding: 0; }
    #show-all-result li img {
      max-width: none; }

#pics_popup .pop_pics {
  margin: 5vh 0;
  display: block;
  text-align: center;
  width: 1000px; }
  #pics_popup .pop_pics .slick-slide {
    width: 1000px !important;
    height: 90vh;
    position: relative; }
    #pics_popup .pop_pics .slick-slide img {
      position: absolute;
      display: inline-block;
      max-width: 1000px;
      height: auto;
      max-height: 90vh;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
#pics_popup .slick-prev {
  margin-left: -443px; }
  #pics_popup .slick-prev::before {
    content: "\f104"; }
#pics_popup .slick-next {
  margin-left: 393px; }
  #pics_popup .slick-next::before {
    content: "\f105"; }
#pics_popup .slick-prev, #pics_popup .slick-next {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px; }
  #pics_popup .slick-prev::before, #pics_popup .slick-next::before {
    display: inline-block;
    font-family: "icomoon";
    background-color: #FFF;
    color: #c30e2e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem; }
#pics_popup .slick-dots {
  display: none !important; }

.cont-404 {
  display: table;
  height: 100%;
  width: 100%; }
  .cont-404 .container {
    display: table-cell;
    vertical-align: middle; }
    .cont-404 .container h1 {
      color: #000;
      font-size: 120px;
      font-size: 12rem;
      line-height: 137px;
      margin-bottom: 31;
      vertical-align: middle; }
    .cont-404 .container .text {
      color: #c30e2e;
      margin-bottom: 100px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px; }
  .cont-404 .m-header {
    display: none; }

.no-pointer {
  cursor: initial !important; }

.gap-point-large {
  margin: 0 8px; }

.gap-point {
  margin: 0 5px; }

.rotete {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.server-error {
  padding: 200px 0; }
  .server-error .error-msg {
    width: 320px;
    background-color: #F6F6F6;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto; }

.browser-msg {
  padding: 30px 0;
  background-color: #F2F2F2;
  position: fixed;
  bottom: 0;
  width: 100%;
  *left: 0; }
  .browser-msg .txt {
    margin-bottom: 27px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 19px; }
  .browser-msg li {
    width: 130px;
    display: inline-block;
    *display: inline; }
    .browser-msg li img {
      margin: 0 auto 5px; }
    .browser-msg li .name {
      color: #666666;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17px; }

.global-top-msg {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 640px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 12px 70px 12px 25px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  z-index: 100;
  background-color: #FFF;
  color: #000;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
  border-radius: 0 0 4px 4px;
  transition: top 700ms, opacity 700ms;
  font-size: 13px;
  font-size: 1.3rem; }
  .global-top-msg a {
    color: #c30e2e;
    margin-left: 5px; }
  .global-top-msg .close-icon {
    color: #000;
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    line-height: 13px; }

@media screen and (max-width: 640px) {
  .cont-404 .m-header {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box; }
    .cont-404 .m-header a {
      float: left;
      margin-top: 25px; }
  .cont-404 .container h1 {
    font-size: 100px;
    font-size: 10rem;
    color: #d7d7d7;
    font-weight: normal; }
  .cont-404 .container .text {
    color: #aaa;
    padding: 0 10%;
    line-height: 1.5em; }
  .cont-404 .container .button a {
    background-color: #c30e2e;
    border-color: #c30e2e;
    color: white;
    width: 60%; } }
#popup-ad, #popup-new, #popup-tip, #popup-notice, #popup-vc {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  z-index: 100; }
  #popup-ad .cont, #popup-ad .cont-m, #popup-new .cont, #popup-new .cont-m, #popup-tip .cont, #popup-tip .cont-m, #popup-notice .cont, #popup-notice .cont-m, #popup-vc .cont, #popup-vc .cont-m {
    text-align: center;
    position: absolute;
    width: 800px;
    height: 480px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
    background-color: #FFF; }
    #popup-ad .cont .close-btn, #popup-ad .cont-m .close-btn, #popup-new .cont .close-btn, #popup-new .cont-m .close-btn, #popup-tip .cont .close-btn, #popup-tip .cont-m .close-btn, #popup-notice .cont .close-btn, #popup-notice .cont-m .close-btn, #popup-vc .cont .close-btn, #popup-vc .cont-m .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 16px;
      color: #333;
      cursor: pointer;
      background-color: #fff;
      display: inline-block;
      height: 20px;
      width: 20px;
      border-radius: 50%; }
  #popup-ad .ad-img, #popup-new .ad-img, #popup-tip .ad-img, #popup-notice .ad-img, #popup-vc .ad-img {
    text-align: center; }
    #popup-ad .ad-img img, #popup-new .ad-img img, #popup-tip .ad-img img, #popup-notice .ad-img img, #popup-vc .ad-img img {
      width: 800px;
      height: 480px; }

#popup-tip .cont, #popup-notice .cont {
  min-height: 100vh;
  top: 0;
  width: 600px;
  margin: 0 0 0 -300px;
  color: #333;
  padding: 0 100px;
  position: relative;
  display: table;
  overflow: scroll; }
  #popup-tip .cont .cell, #popup-notice .cont .cell {
    display: table-cell;
    vertical-align: middle; }
  #popup-tip .cont .title, #popup-notice .cont .title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 25px; }
  #popup-tip .cont .intro, #popup-notice .cont .intro {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #666;
    text-align: left; }
  #popup-tip .cont .qrcode, #popup-notice .cont .qrcode {
    margin: 18px auto 30px;
    width: 220px;
    display: block; }
  #popup-tip .cont .btn-bordered, #popup-notice .cont .btn-bordered {
    color: #FF3D00;
    font-size: 20px;
    line-height: 46px;
    border-color: #FF3D00;
    padding: 0 40px;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block; }
#popup-tip .cont-m, #popup-notice .cont-m {
  min-height: 100vh;
  top: 0;
  width: 100%;
  margin: 0 0 0 -50%;
  color: #333;
  padding: 10%;
  position: relative;
  overflow: scroll;
  display: block; }
  #popup-tip .cont-m .qrcode, #popup-notice .cont-m .qrcode {
    margin: 20px auto; }
#popup-tip .cell, #popup-notice .cell {
  display: block; }

#popup-notice .cont {
  width: 94%;
  margin-left: -47%;
  padding: 100px 60px;
  display: block;
  overflow: scroll; }
  #popup-notice .cont .content {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 43px; }
    #popup-notice .cont .content a {
      color: #0F8AFF; }

#popup-new .cont {
  width: 800px;
  height: 420px;
  padding-top: 65px; }
  #popup-new .cont .close-btn {
    color: #B3B3B3; }
#popup-new .part {
  display: inline-block;
  margin: 0 30px;
  position: relative; }
  #popup-new .part img {
    display: block; }
#popup-new .position {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -48px; }
  #popup-new .position h5 {
    color: #333;
    font-size: 16px;
    font-size: 1.6rem; }
    #popup-new .position h5.white {
      color: #fff; }

#popup-vc .cont, #popup-vc .cont-m {
  background-color: transparent;
  width: 50%;
  height: auto;
  margin: 0 0 0 -25%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }
  #popup-vc .cont img, #popup-vc .cont-m img {
    width: 100%; }
  #popup-vc .cont .close-btn, #popup-vc .cont-m .close-btn {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 52px; }
#popup-vc .cont-m {
  width: 94%;
  margin: 0 0 0 -47%;
  overflow: visible; }
  #popup-vc .cont-m .close-btn {
    top: -25px;
    right: 15px; }
#slideBox li{float:left;text-align:center;padding:102px 0px 40px;width:1349px;position:relative;}
.dropdown-part {
  display: block;
  position: relative;
  margin: -15px 0 30px 0; }
  .dropdown-part .dropdown-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    padding: 7px 10px;
    line-height: 23px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
    color: #4A4A4A;
    width: 320px;
    padding: 7px 10px 2px 10px; }
  .dropdown-part i {
    float: right;
    line-height: 23px; }
  .dropdown-part .text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    line-height: normal; }
  .dropdown-part .dropdown-list {
    position: absolute;
    display: none;
    width: 318px;
    top: 40px;
    z-index: 11;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px; }
    .dropdown-part .dropdown-list li {
      cursor: pointer;
      margin-bottom: 0 !important;
      width: auto;
      color: #333333;
      border-top: none;
      line-height: 18px;
      word-break: break-all;
      line-height: 18px;
      padding: 10px 20px; }
      .dropdown-part .dropdown-list li:hover {
        background: #c30e2e;
        color: #fff; }
    .dropdown-part .dropdown-list li.current {
      color: #c30e2e; }
      .dropdown-part .dropdown-list li.current:hover {
        color: #fff; }

.set-inner {
  position: absolute;
  border: 1px solid #D8D8D8;
  padding: 15px 0 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .set-inner a {
    color: #808080; }
    .set-inner a:hover {
      color: #c30e2e; }
  .set-inner li {
    padding: 0 25px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem; }
  .set-inner .d-bd {
    width: 0;
    position: absolute;
    display: inline-block;
    *display: inline;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #D8D8D8 transparent; }
    .set-inner .d-bd:after {
      left: -8px;
      top: -6px;
      position: absolute;
      content: " ";
      display: inline-block;
      *display: inline;
      border-width: 8px;
      border-style: solid;
      border-color: transparent transparent #fff transparent; }

.common-nav a {
  color: #666666; }
  .common-nav a:hover {
    color: #c30e2e; }
.common-nav li {
  padding: 10px 25px;
  font-size: 14px;
  font-size: 1.4rem; }

.android-nav {
  width: 150px; }
  .android-nav li {
    width: 170px;
    margin-left: -10px;
    padding: 10px 0px;
    text-align: center; }
    .android-nav li:hover {
      background-color: #21B890; }
      .android-nav li:hover a {
        color: #fff; }
      .android-nav li:hover a:hover {
        color: #fff; }

.qrcode-cont {
  text-align: center;
  padding: 10px; }
  .qrcode-cont h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 19px;
    margin-bottom: 9px; }

.tag-nav {
  width: 400px;
  padding: 15px 15px 0;
  line-height: 15px; }
  .tag-nav a {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #808080; }
    .tag-nav a:hover {
      color: #c30e2e; }
    .tag-nav a.last, .tag-nav a:last-child {
      border: none; }

.p-header-hide {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.p-header div.second-nav-small {
  height: 49px;
  line-height: 50px;
  background-color: #F3F5F6;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .p-header div.second-nav-small .logo {
    display: none; }
  .p-header div.second-nav-small .columns {
    line-height: 50px; }
    .p-header div.second-nav-small .columns .column-icon {
      display: inline-block;
      *display: inline; }
    .p-header div.second-nav-small .columns .current-read .tit {
      margin-top: 12px; }
  .p-header div.second-nav-small .sort-by .tit {
    margin-top: 12px; }
  .p-header div.second-nav-small .column-title {
    margin-right: 92px; }

.p-header div.second-nav-large {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .p-header div.second-nav-large .logo {
    display: inline-block;
    *display: inline; }
  .p-header div.second-nav-large .columns {
    line-height: 61px; }

.p-header-show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1); }

.p-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  color: #909090; }
  .p-header .first-nav {
    white-space: nowrap;
    background-color: #F3F5F6;
    color: #666666;
    height: 40px;
    line-height: 40px;
    padding: 0 50px; }
    .p-header .first-nav ul, .p-header .first-nav li {
     float:left; }
    .p-header .first-nav li {
       }
    .p-header .first-nav li.last {
      margin-right: 60px; }
    .p-header .first-nav a {
      color: #666666;
      font-size: 14px;
      font-size: 1.4rem; }
      .p-header .first-nav a.nav_title {
        font-size: 16px;
        font-size: 1.6rem; }
    .p-header .first-nav .left-c {
      width: 540px; }
    .p-header .first-nav nav, .p-header .first-nav .nav-search {
      display: inline-block;
      *display: inline; }
    .p-header .first-nav .nav-search {
      vertical-align: top; }
      .p-header .first-nav .nav-search input {
        background-color: #F8F8F8;
        border: 1px #DBDBDB solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 20px;
        padding: 2px 5px;
        width: 138px; }
      .p-header .first-nav .nav-search .search {
        position: relative;
        left: -30px;
        font-size: 15px;
        font-size: 1.5rem;
        vertical-align: middle;
        border: none;
        padding: 0;
        background-color: transparent; }
        .p-header .first-nav .nav-search .search i {
          color: #D8D8D8; }
          .p-header .first-nav .nav-search .search i:hover {
            color: #808080; }
    .p-header .first-nav .options .btn {
      color: #fff; }
    .p-header .first-nav .current>a {
        color: #c30e2e;}
      .p-header .first-nav .current a:hover {
        color: #c30e2e; }
    .p-header .first-nav .get_app {
      margin-left: 30px;
      cursor: pointer;
      display: inline-block;
      position: relative; }
      .p-header .first-nav .get_app i {
        vertical-align: middle;
        color: #c30e2e;
        margin-right: 10px;
        font-size: 20px; }
      .p-header .first-nav .get_app .app_qrcode {
        position: absolute;
        top: 55px;
        width: 120px;
        box-sizing: border-box;
        background-color: #000;
        padding: 10px;
        text-align: center; }
        .p-header .first-nav .get_app .app_qrcode img {
          display: inline-block;
          margin-bottom: 5px; }
        .p-header .first-nav .get_app .app_qrcode .a_tit {
          line-height: 20px;
          color: #ffffff;
          font-size: 14px;
          font-size: 1.4rem; }
  .p-header .second-nav {
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    overflow: visible;
    border-bottom: 1px solid #E5E5E5; }
    .p-header .second-nav .shares .txt {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080;
      margin-right: -5px; }
    .p-header .second-nav .shares [class^="circle"] {
      margin-left: 15px;
      border: 1px #000 solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      *display: inline;
      width: 40px;
      height: 40px;
      text-align: center; }
      .p-header .second-nav .shares [class^="circle"] i {
        line-height: 40px;
        font-size: 18px;
        font-size: 1.8rem; }
    .p-header .second-nav .shares .circle-weibo {
      line-height: 40px;
      border-color: #e74c3c; }
      .p-header .second-nav .shares .circle-weibo i {
        color: #e74c3c; }
    .p-header .second-nav .shares .circle-wechat {
      line-height: 40px;
      border-color: #44B549; }
      .p-header .second-nav .shares .circle-wechat i {
        color: #8ee566; }
    .p-header .second-nav .shares .circle-tencent {
      line-height: 40px;
      border-color: #39b2e2; }
      .p-header .second-nav .shares .circle-tencent i {
        color: #39b2e2; }
    .p-header .second-nav .dropdown-menu-part .dropdown-menu {
      right: 0px;
      padding: 3px 0px;
      line-height: 32px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .p-header .second-nav .dropdown-menu-part .dropdown-menu a {
        display: inline-block;
        *display: inline;
        width: 86px;
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        color: #666666; }
        .p-header .second-nav .dropdown-menu-part .dropdown-menu a:hover {
          color: #c30e2e; }
      .p-header .second-nav .dropdown-menu-part .dropdown-menu .current {
        color: #c30e2e; }
      .p-header .second-nav .dropdown-menu-part .dropdown-menu::before {
        right: calc(50% - 24px);
        right: -webkit-calc(50% - 24px);
        right: -moz-calc(50% - 24px); }
    .p-header .second-nav .sort-by .tit {
      width: 190px;
      color: gray;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      border: 1px solid #d9d9d9;
      line-height: 25px;
      margin-top: 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer; }
    .p-header .second-nav .sort-by a {
      width: 175px !important;
      text-align: left !important;
      padding: 0 15px; }
    .p-header .second-nav .sort-by i {
      font-size: 18px;
      font-size: 1.8rem;
      vertical-align: middle;
      margin-left: 5px; }
    .p-header .second-nav .sort-by .dropdown-menu::before {
      right: calc(50% - 78px);
      right: -webkit-calc(50% - 78px);
      right: -moz-calc(50% - 78px); }
    .p-header .second-nav .tag-sort-by .tit {
      width: 160px; }
    .p-header .second-nav .tag-sort-by a {
      width: 146px !important;
      padding: 0 15px; }
    .p-header .second-nav .tag-sort-by .dropdown-menu::before {
      right: calc(50% - 61px);
      right: -webkit-calc(50% - 61px);
      right: -moz-calc(50% - 61px); }
    .p-header .second-nav .more-tag .more-btn .tit, .p-header .second-nav .more-product .more-btn .tit {
      color: #666666;
      font-size: 14px;
      font-size: 1.4rem;
      cursor: pointer;
      margin-left: 20px; }
      .p-header .second-nav .more-tag .more-btn .tit i, .p-header .second-nav .more-product .more-btn .tit i {
        font-size: 20px;
        font-size: 2rem;
        vertical-align: middle; }
    .p-header .second-nav .more-tag .more-product-dropdown, .p-header .second-nav .more-product .more-product-dropdown {
      padding: 30px 30px 20px;
      width: 390px;
      right: -358px; }
      .p-header .second-nav .more-tag .more-product-dropdown ul, .p-header .second-nav .more-product .more-product-dropdown ul {
        margin-left: -33px; }
        .p-header .second-nav .more-tag .more-product-dropdown ul li, .p-header .second-nav .more-product .more-product-dropdown ul li {
          display: inline-block;
          *display: inline;
          margin-left: 33px; }
        .p-header .second-nav .more-tag .more-product-dropdown ul a, .p-header .second-nav .more-product .more-product-dropdown ul a {
          width: 70px;
          text-align: left; }
      .p-header .second-nav .more-tag .more-product-dropdown::before, .p-header .second-nav .more-product .more-product-dropdown::before {
        right: calc(50% + 142px); }
    .p-header .second-nav .more-tag .more-tag-dropdown, .p-header .second-nav .more-product .more-tag-dropdown {
      width: 244px;
      padding: 26px 20px 25px 40px;
      right: -125px; }
      .p-header .second-nav .more-tag .more-tag-dropdown .more-tag-nav, .p-header .second-nav .more-product .more-tag-dropdown .more-tag-nav {
        display: inline-block;
        *display: inline;
        text-align: left;
        margin-bottom: 10px;
        vertical-align: top; }
        .p-header .second-nav .more-tag .more-tag-dropdown .more-tag-nav:first-child, .p-header .second-nav .more-product .more-tag-dropdown .more-tag-nav:first-child {
          margin-right: 45px; }
        .p-header .second-nav .more-tag .more-tag-dropdown .more-tag-nav .tit, .p-header .second-nav .more-product .more-tag-dropdown .more-tag-nav .tit {
          color: #666666;
          display: inline-block;
          *display: inline;
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          padding-bottom: 10px;
          border-bottom: 2px #c30e2e solid;
          margin-bottom: 7px;
          line-height: 14px; }
        .p-header .second-nav .more-tag .more-tag-dropdown .more-tag-nav ul a, .p-header .second-nav .more-product .more-tag-dropdown .more-tag-nav ul a {
          text-align: left; }
      .p-header .second-nav .more-tag .more-tag-dropdown .more-a, .p-header .second-nav .more-product .more-tag-dropdown .more-a {
        line-height: normal; }
        .p-header .second-nav .more-tag .more-tag-dropdown .more-a a, .p-header .second-nav .more-product .more-tag-dropdown .more-a a {
          color: #B3B3B3;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: normal; }
          .p-header .second-nav .more-tag .more-tag-dropdown .more-a a:hover, .p-header .second-nav .more-product .more-tag-dropdown .more-a a:hover {
            color: #666; }
        .p-header .second-nav .more-tag .more-tag-dropdown .more-a .icon, .p-header .second-nav .more-product .more-tag-dropdown .more-a .icon {
          margin-left: 5px;
          font-size: 15px;
          font-size: 1.5rem; }
    .p-header .second-nav .more-trail .more-product-dropdown {
      padding: 20px 0px 20px;
      width: 106px;
      left: -12px;
      right: inherit; }
      .p-header .second-nav .more-trail .more-product-dropdown ul {
        margin: 0; }
        .p-header .second-nav .more-trail .more-product-dropdown ul li {
          margin: 0;
          display: block;
          text-align: center; }
        .p-header .second-nav .more-trail .more-product-dropdown ul a {
          width: auto;
          padding: 0 25px; }
    .p-header .second-nav .more-trail .dropdown-menu::before {
      right: calc(50% - 36px); }
  .p-header .inner {
    width: 980px;
    margin: 0 auto;
    white-space: nowrap; }
  .p-header .menu {
    display: inline-block;
    *display: inline;
    margin-left: 11px;
    position: relative; }
    .p-header .menu .bar {
      vertical-align: middle;
      display: inline-block;
      *display: inline;
      cursor: pointer;
      color: #353A48;
      font-size: 20px;
      font-size: 2rem; }
      .p-header .menu .bar i {
        font-size: 22px;
        font-size: 2.2rem;
        position: relative;
        right: -4px;
        top: 2px; }
    .p-header .menu .set-inner {
      width: 137px;
      left: -60px;
      top: 55px; }
      .p-header .menu .set-inner .d-bd {
        top: -20px;
        right: 58px; }
  .p-header .line {
    height: 25px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 15px;
    border-right: 1px solid #E5E5E5; }
  .p-header .columns {
    line-height: 61px; }
    .p-header .columns a {
      color: #333333; }
    .p-header .columns a, .p-header .columns .column-title {
      font-size: 14px;
      font-size: 1.4rem; }
    .p-header .columns .read-select {
      margin-right: 45px;
      margin-left: -6px; }
    .p-header .columns .orange {
      color: #c30e2e; }
    .p-header .columns .unfollow {
      color: #fff; }
    .p-header .columns .draft .num {
      color: #666; }
    .p-header .columns .current-read .tit {
      color: #808080;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      border: 1px solid #D9D9D9;
      line-height: 25px;
      margin-top: 18px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 86px; }
    .p-header .columns .current-read i {
      font-size: 18px;
      font-size: 1.8rem;
      vertical-align: middle;
      margin-left: 5px; }
    .p-header .columns .column-title {
      color: #3A3E3F;
      margin: 0 40px 0 20px;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-header .columns .column-title span {
        color: #b3b3b3; }
      .p-header .columns .column-title .tag {
        color: #333333; }
      .p-header .columns .column-title a {
        color: #c30e2e; }
        .p-header .columns .column-title a:hover {
          color: #c30e2e; }
    .p-header .columns .column-second-title {
      color: #333333;
      font-size: 14px;
      font-size: 1.4rem;
      margin-right: 35px; }
    .p-header .columns .tag-title {
      max-width: 250px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .p-header .columns .column-icon {
      display: none;
      margin-right: 3px;
      width: 22px; }
      .p-header .columns .column-icon i {
        color: #c30e2e;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        top: 0px;
        vertical-align: middle; }
      .p-header .columns .column-icon .icon-tag2 {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-header .columns .column-icon .icon-iconfont-present, .p-header .columns .column-icon .icon-bell2 {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-header .columns .column-icon .icon-help2 {
        font-size: 22px;
        font-size: 2.2rem; }
      .p-header .columns .column-icon .icon-globe {
        font-size: 18px;
        font-size: 1.8rem; }
      .p-header .columns .column-icon .icon-read {
        font-size: 18px;
        font-size: 1.8rem; }
    .p-header .columns .tag-recommend {
      width: 555px;
      text-overflow: ellipsis;
      overflow: hidden; }
    .p-header .columns .column-list {
      display: inline-block;
        display-*display: inline; }
      .p-header .columns .column-list .tags {
        position: relative; }
        .p-header .columns .column-list .tags i {
          font-size: 20px;
          font-size: 2rem;
          color: #b3b3b3;
          vertical-align: middle;
          position: relative;
          top: -1px;
          left: 2px; }
        .p-header .columns .column-list .tags .set-inner {
          width: 400px;
          padding: 25px;
          line-height: 15px;
          top: 50px;
          left: 50%;
          margin-left: -230px; }
          .p-header .columns .column-list .tags .set-inner .d-bd {
            top: -20px;
            left: 50%;
            margin-left: -5px; }
          .p-header .columns .column-list .tags .set-inner a {
            vertical-align: middle;
            font-size: 13px;
            font-size: 1.3rem;
            display: inline-block;
            *display: inline;
            border-right: 1px solid #D7D7D7;
            margin-right: 24px;
            margin-bottom: 15px; }
            .p-header .columns .column-list .tags .set-inner a:hover {
              color: #c30e2e; }
            .p-header .columns .column-list .tags .set-inner a.last, .p-header .columns .column-list .tags .set-inner a:last-child {
              border: none; }
        .p-header .columns .column-list .tags .visible {
          display: block; }
      .p-header .columns .column-list li {
        display: inline-block;
        *display: inline;
        margin-right: 18px; }
        .p-header .columns .column-list li .num {
          color: #c30e2e; }
        .p-header .columns .column-list li .nums {
          background-color: #c30e2e;
          display: inline-block;
          *display: inline;
          *display: inline;
          line-height: 17px;
          font-size: 12px;
          font-size: 1.2rem;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          transform: scale(0.9, 0.9);
          *font-size: 10;
          color: #fff;
          padding: 0 5px;
          position: relative;
          top: -1px; }
        .p-header .columns .column-list li a, .p-header .columns .column-list li .a_dropdown {
          position: relative;
          display: block;
          color: #666666;
          padding: 0 6px; }
		  .p-header .columns .column-list li .on .avia-menu-fx {
          position: absolute;
          bottom: 0px;
          height: 3px;
          z-index: 2;
          width: 100%;
          left: 0;
          opacity: 1;
          visibility:visible;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          background-color: #c30e2e; }
          .p-header .columns .column-list li a:hover .avia-menu-fx, .p-header .columns .column-list li a.current .avia-menu-fx, .p-header .columns .column-list li .a_dropdown:hover .avia-menu-fx, .p-header .columns .column-list li .a_dropdown.current .avia-menu-fx {
            opacity: 1;
            visibility: visible; }
        .p-header .columns .column-list li .a_dropdown .tit {
          margin-left: 0; }
		  .p-header .columns .column-list li .avia-menu-fx {
          position: absolute;
          bottom: 0px;
          height: 3px;
          z-index: 2;
          width: 100%;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          background-color: #c30e2e; }
        .p-header .columns .column-list li .avia-menu-fx {
          position: absolute;
          bottom: 0px;
          height: 3px;
          z-index: 2;
          width: 100%;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          background-color: #c30e2e; }
    .p-header .columns .nav-list li {
      font-size: 13px;
      font-size: 1.3rem; }
      .p-header .columns .nav-list li a {
        color: #666666; }
      .p-header .columns .nav-list li:hover a, .p-header .columns .nav-list li:hover .a_dropdown a .tit, .p-header .columns .nav-list li.current a, .p-header .columns .nav-list li.current .a_dropdown a .tit {
        color: #c30e2e; }
      .p-header .columns .nav-list li:hover .dropdown-menu a, .p-header .columns .nav-list li.current .dropdown-menu a {
        color: #666666; }
      .p-header .columns .nav-list li:hover .num, .p-header .columns .nav-list li.current .num {
        color: #c30e2e; }
      .p-header .columns .nav-list li span.num {
        margin-left: 3px;
        color: #666; }
      .p-header .columns .nav-list li .dropdown-menu li:hover a, .p-header .columns .nav-list li .dropdown-menu li.current a {
        color: #c30e2e; }
    .p-header .columns .info-list li {
      color: #808080;
      font-size: 13px;
      font-size: 1.3rem; }
      .p-header .columns .info-list li span.num {
        color: #808080; }
    .p-header .columns .products-list {
      max-width: 595px; }
  .p-header .draft {
    color: #c30e2e;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-header .draft .num {
      color: #B3B3B3;
      margin: 0 5px; }
      .p-header .draft .num strong {
        font-weight: normal;
        margin: 0 3px; }
  .p-header .options {
    font-size: 14px;
    font-size: 1.4rem;
    color: #B3B3B3; }
    .p-header .options .topic {
      margin-right: 70px;
      display: inline-block;
      *display: inline; }
      .p-header .options .topic .txt {
        display: inline-block;
        *display: inline;
        *display: inline;
        vertical-align: middle;
        width: 102px;
        height: 30px;
        line-height: 28px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .p-header .options .topic .ico {
        font-size: 20px;
        font-size: 2rem;
        color: #b3b3b3;
        vertical-align: middle;
        position: relative;
        top: -1px;
        left: 2px; }
    .p-header .options .autosave {
      display: inline-block;
      *display: inline;
      margin-right: 20px; }
    .p-header .options .confrim-post_open {
      margin-right: 10px; }
    .p-header .options .post-edit {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 15px; }
    .p-header .options .unlogin {
      color: #b3b3b3; }
      .p-header .options .unlogin a {
        color: #b3b3b3; }
        .p-header .options .unlogin a:hover {
          color: #808080; }
      .p-header .options .unlogin .line {
        margin: -3px 5px 0;
        height: 15px;
        vertical-align: middle; }
    .p-header .options .setting {
      display: inline-block;
      *display: inline;
      position: relative; }
      .p-header .options .setting .avatar {
        position: relative;
        top: -1px; }
        .p-header .options .setting .avatar img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .p-header .options .setting .avatar .new {
          display: inline-block;
          *display: inline;
          position: absolute;
          right: -1px;
          top: -6px;
          width: 8px;
          height: 8px;
          background-color: #c30e2e;
          border: 1px #fff solid;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
    .p-header .options .pro-sign {
      display: inline-block;
      *display: inline;
      border-radius: 50%;
      position: absolute;
      right: -2px;
      bottom: 9px; }
    .p-header .options .set-inner {
      *display: inline; }
    .p-header .options .topic-select {
      top: initial;
      position: fixed;
      width: 360px; }
      .p-header .options .topic-select .d-bd {
        top: inherit;
        bottom: -20px;
        border-color: #D8D8D8 transparent transparent transparent; }
        .p-header .options .topic-select .d-bd:after {
          top: -10px;
          border-color: #fff transparent transparent transparent; }
  .p-header .pop-close {
    cursor: pointer; }
  .p-header .pop-select {
    padding: 0;
    left: 0px;
    display: none;
    top: 95px;
    color: #666;
    background-color: #fff; }
    .p-header .pop-select .d-bd {
      margin-left: -20px;
      left: 50%;
      top: -20px; }
    .p-header .pop-select li {
      word-break: break-all;
      white-space: initial;
      padding: 15px 30px;
      border-bottom: 1px solid #F2F2F2;
      cursor: pointer;
      line-height: 22px;
      margin-bottom: 0; }
      .p-header .pop-select li:hover, .p-header .pop-select li.hover {
        color: #fff;
        background-color: #c30e2e; }
      .p-header .pop-select li:last-child {
        border: none; }
      .p-header .pop-select li.last {
        border-bottom: 0;
        background-color: #F9F9F9;
        text-align: center;
        color: #B3B3B3; }
  .p-header .draft-select {
    width: 360px; }

.wrapper {
  margin-top: 115px; }
  .wrapper.no_second_nav {
    margin-top: 54px; }

.p-footer {
  font-size: 13px;
  font-size: 1.3rem;
  color: #909090;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #e5e5e5; }
  .p-footer a {
    margin: 0 10px;
    color: #808080; }
    .p-footer a:hover {
      color: #666666; }
  .p-footer .social a {
    display: inline-block;
    *display: inline;
    width: 20px;
    height: 20px;
    color: #D7D7D7; }
    .p-footer .social a:hover {
      color: #c30e2e;
      text-decoration: none; }
  .p-footer .social i {
    font-size: 18px;
    font-size: 1.8rem; }
  .p-footer .about {
    margin-bottom: 15px; }
    .p-footer .about .line {
      height: 14px;
      line-height: 20px;
      vertical-align: middle;
      margin-top: -2px;
      display: inline-block;
      *display: inline;
      border-left: 1px solid #D7D7D7; }
  .p-footer .info {
    margin-bottom: 26px; }

.p-header-login {
  margin: 100px 0 50px;
  border-top: 1px solid #f2f2f2;
  text-align: center; }
  .p-header-login .logo {
    top: -16px;
    position: relative;
    display: inline-block;
    *display: inline;
    width: 132px;
    height: 30px;
    background: #fff url(img/tmt_logo@2x.png) center center no-repeat;
    -webkit-background-size: 92px 30px;
    background-size: 92px 30px; }

.m-header {
  height: 64px;
  line-height: 64px;
  margin-bottom: 4%;
  background-color: #FFF;
  position: relative;
  z-index: 1; }
  .m-header:after {
    content: "";
    display: block;
    border-bottom: 1px solid #E5E5E5;
    width: 92%;
    margin: 0 auto; }
  .m-header .back {
    padding-left: 4%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333; }
  .m-header h2.tc, .m-header .popup-large h2.reminder, .popup-large .m-header h2.reminder, .m-header h2.cont-404, .m-header .list-page .list_top h2.auction, .list-page .list_top .m-header h2.auction, .m-header .mod-article-list h2.reminder, .mod-article-list .m-header h2.reminder, .m-header .post-container .post-comment h2, .post-container .post-comment .m-header h2, .m-header .list-page.tag .user-article-list h2.tit, .list-page.tag .user-article-list .m-header h2.tit, .m-header .user-detail .user-article-list h2.tit, .user-detail .user-article-list .m-header h2.tit {
    margin-top: -64px;
    color: #666666;
    font-size: 21px;
    font-size: 2.1rem; }
  .m-header .return {
    padding-left: 4%;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    top: 23px;
    left: 5px; }
    .m-header .return i {
      color: #666; }
    .m-header .return strong {
      position: relative;
      top: -2px;
      left: 5px;
      font-weight: normal;
      color: #666; }

.m-footer {
  padding: 8% 5% 5%; }
  .m-footer a {
    color: #b3b3b3; }
  .m-footer .forget {
    text-align: right; }

.c-page, .list-page {
  width: 700px;
  margin: 0 auto;
  padding: 40px 0;
  color: #808080; }

.dropdown-menu-part {
  position: relative;
  display: inline-block;
  *display: inline;
  white-space: normal; }
.dropdown-menu, .dropup-menu {
  padding: 15px 20px;
  position: absolute;
  top: 54px;
  background: #fff;
  border: 1px solid rgba(26, 53, 71, 0.12);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(26, 53, 71, 0.1);
  display:none;
  filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
  zoom: 1;
  pointer-events: none;
  transition: 0.25s cubic-bezier(0.3, 0, 0, 1.3); }
  .dropdown-menu::before, .dropup-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: calc(50% - 9px);
    right: -webkit-calc(50% - 9px);
    right: -moz-calc(50% - 9px);
    width: 13px;
    height: 7px;
    z-index: 4;
    background: url(/public/css/img/dropdown-menu-arrow.svg); }
  .dropdown-menu.user-dropdown::before, .dropup-menu.user-dropdown::before {
    right: 10px; }
  .dropdown-menu.visible, .dropup-menu.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    zoom: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    z-index: 3; }

/*.dropdown-menu {
  -webkit-transform: scale(0.8) translateY(-30%); */

.dropup-menu {
  -webkit-transform: scale(0.8) translateY(30%); }

.user-dropdown {
  width: 154px;
  padding: 10px 0 0;
  right: 0; }
  .user-dropdown li {
    padding: 0 0 0 25px;
    line-height: 42px;
    color: #666666; }
    .user-dropdown li a {
      color: #666666; }
    .user-dropdown li.last {
      padding: 0 25px;
      height: 40px;
      line-height: 42px;
      background-color: #F9f9f9;
      color: #b3b3b3;
      width: 104px;
      margin-right: 0; }
    .user-dropdown li i {
      margin-right: 10px;
      vertical-align: middle;
      position: relative;
      top: -1px; }
    .user-dropdown li .icon-wealth {
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: 8px; }
    .user-dropdown li .nums {
      background-color: #c30e2e;
      line-height: 16px;
      font-size: 12px;
      font-size: 1.2rem;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      color: #fff;
      margin-left: 10px;
      padding: 0 5px; }

.main-dropdown {
  padding: 10px 0 10px 0;
  width: 137px;
  left: -45px; }
  .main-dropdown li {
    line-height: 42px;
    padding: 0 0 0 25px;
    color: #666666; }
  .main-dropdown i {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-top: -3px; }
  .main-dropdown .icon-iconfont-present {
    font-size: 17px;
    font-size: 1.7rem; }
  .main-dropdown .icon-read {
    font-size: 14px; }

.weixin-dropdown {
  width: 500px;
  left: -250px;
  bottom: 30px;
  top: initial; }
  .weixin-dropdown::before {
    top: initial;
    bottom: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.qq-dropdown, .wx-dropdown {
  width: 115px;
  left: -59px;
  bottom: 30px;
  top: initial; }
  .qq-dropdown::before, .wx-dropdown::before {
    top: initial;
    bottom: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.share-dropdown {
  width: 150px;
  right: -13px;
  bottom: 45px;
  top: initial; }
  .share-dropdown a {
    line-height: 20px;
    font-size: 14px !important;
    font-size: 1.4rem !important; }
  .share-dropdown::before {
    top: initial;
    bottom: -7px;
    right: 14px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.nav-read{width:100%;height:100%;}
.new-header {
  height: auto;}
  .new-header .first-nav {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #fff;
    padding: 0 100px; }
    .new-header .first-nav li {
      vertical-align: top;
      position: relative; }
	  .new-header .first-nav .on{color:#c30e2e}
    .new-header .first-nav a {
      color: #424242;
      font-weight: bold; }
    .new-header .first-nav .down-nav {
      margin: 0 3px; }
      .new-header .first-nav .down-nav i {
        vertical-align: middle;
        display: inline-block;
        *display: inline;}
      .new-header .first-nav .down-nav i.hover {
        animation: turnl 0.3s linear 0s 1 normal running forwards; }
      .new-header .first-nav .down-nav i.hover-out {
        animation: turnr 0.5s linear 0s 1 normal running forwards; }
    .new-header .first-nav .read-select .read-dropdown, .new-header .first-nav .read-select .tmtbase-dropdown, .new-header .first-nav .tmtbase-select .read-dropdown, .new-header .first-nav .tmtbase-select .tmtbase-dropdown {
      padding: 15px 0; }
    .new-header .first-nav .read-select .read-nav, .new-header .first-nav .read-select .tmtbase-nav, .new-header .first-nav .tmtbase-select .read-nav, .new-header .first-nav .tmtbase-select .tmtbase-nav {
      line-height: 32px; }
    .new-header .first-nav .read-select li, .new-header .first-nav .tmtbase-select li {
      text-align: center;
      vertical-align: middle;
      width: 90px;
      margin: 0;
      padding: 0 4px;
      letter-spacing: 3px; }
      .new-header .first-nav .read-select li:last-child, .new-header .first-nav .tmtbase-select li:last-child {
        letter-spacing: 1px; }
      .new-header .first-nav .read-select li a, .new-header .first-nav .tmtbase-select li a {
        font-weight: normal;
        color: #666; }
      .new-header .first-nav .read-select li a:hover, .new-header .first-nav .read-select li a.current, .new-header .first-nav .tmtbase-select li a:hover, .new-header .first-nav .tmtbase-select li a.current {
        color: #c30e2e; }
    .new-header .first-nav .tmtbase-select .tmtbase-dropdown {
      left: 42px; }
  .new-header .logo-part {
    margin-right: 50px;
	margin-top:5px;
	float:left;
	}
  .new-header .second-nav .new {
    position: absolute;
    top: -15px;
    right: 3px; }
  .new-header .second-nav .columns .all {
    margin-right: 20px; }
    .new-header .second-nav .columns .all a {
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #333;
      display: inline-block;
      width: 29px;
      height: 29px;
      line-height: 29px;
      color: #fff;
      font-size: 12px;
      font-size: 1.2rem; }
  .new-header .second-nav .columns .tag-recommend {
    width: 580px; }
  .new-header div.second-nav-large {
    line-height: 60px;
    height: 60px; }
    .new-header div.second-nav-large .columns {
      line-height: 60px; }
  .new-header .columns .read-select {
    margin-right: 45px;
    margin-left: 0px; }
  .new-header.p-header-hide {
    -webkit-transform: translateY(-54px);
    -ms-transform: translateY(-54px);
    transform: translateY(-54px); }

.container .event-container .top-events {
  margin-top: 55px;
  padding-top: 0; }

.v1_header .first-nav {
  padding: 0 50px;
  background-color: #171717;
  height: 62px;
  line-height: 62px;
  border-bottom: none; }
  .v1_header .first-nav a {
    color: #b3b3b3;
    font-weight: bold; }
  .v1_header .first-nav .logo-part {
    margin-right: 75px; }
  .v1_header .first-nav nav li {
    margin-right: 50px;
    vertical-align: top; }
    .v1_header .first-nav nav li a {
      border-bottom: 3px solid #171717;
      display: inline-block;
      line-height: 56px; }
    .v1_header .first-nav nav li.current a, .v1_header .first-nav nav li:hover a {
      border-bottom: 3px solid #2CFFFF;
      color: #2CFFFF; }
    .v1_header .first-nav nav li .read-nav a {
      border-bottom: 0;
      color: #666; }
  .v1_header .first-nav .read-select li a {
    border-bottom: none;
    line-height: normal; }
  .v1_header .first-nav .read-select li.current a, .v1_header .first-nav .read-select li:hover a {
    border-bottom: none;
    color: #2cbe99; }
.v1_header .options {
  font-size: 14px; }
  .v1_header .options .post-edit {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #2CFFFF !important;
    color: #2CFFFF !important;
    line-height: 30px;
    padding: 0 16px;
    background-color: transparent; }
  .v1_header .options .line {
    border-color: #b3b3b3;
    height: 14px; }
.v1_header .down-nav {
  margin: 0 2px; }
  .v1_header .down-nav i {
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    *display: inline;
    transform: scale(0.6); }
  .v1_header .down-nav i.hover {
    animation: turnl 0.3s linear 0s 1 normal running forwards; }
  .v1_header .down-nav i.hover-out {
    animation: turnr 0.5s linear 0s 1 normal running forwards; }
.v1_header .read-select .read-dropdown, .v1_header .read-select .tmtbase-dropdown, .v1_header .tmtbase-select .read-dropdown, .v1_header .tmtbase-select .tmtbase-dropdown {
  padding: 15px 0; }
.v1_header .read-select .read-nav, .v1_header .read-select .tmtbase-nav, .v1_header .tmtbase-select .read-nav, .v1_header .tmtbase-select .tmtbase-nav {
  line-height: 32px; }
.v1_header .read-select li, .v1_header .tmtbase-select li {
  text-align: center;
  vertical-align: middle;
  width: 75px;
  margin: 0;
  padding: 0 4px;
  letter-spacing: 3px; }
  .v1_header .read-select li:last-child, .v1_header .tmtbase-select li:last-child {
    letter-spacing: 1px; }
  .v1_header .read-select li a, .v1_header .tmtbase-select li a {
    font-weight: normal;
    color: #666; }
  .v1_header .read-select li a:hover, .v1_header .read-select li a.current, .v1_header .tmtbase-select li a:hover, .v1_header .tmtbase-select li a.current {
    color: #c30e2e; }
.v1_header .tmtbase-select .tmtbase-dropdown {
  left: 33px; }
.v1_header .logo-part {
  margin-right: 30px;
  display: inline-block;
  *display: inline; }
.v1_header .second-nav .new {
  position: absolute;
  top: -15px;
  right: 3px; }
.v1_header .second-nav .columns .all {
  margin-right: 20px; }
  .v1_header .second-nav .columns .all a {
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem; }
.v1_header .second-nav .columns .tag-recommend {
  width: 580px; }
.v1_header div.second-nav-large {
  line-height: 60px;
  height: 60px; }
  .v1_header div.second-nav-large .columns {
    line-height: 60px; }
.v1_header .columns .read-select {
  margin-right: 45px;
  margin-left: 0px; }
.v1_header.p-header-hide {
  -webkit-transform: translateY(-62px);
  -ms-transform: translateY(-62px);
  transform: translateY(-62px); }

.list-page {
  padding-top: 50px; }
  .list-page .list_top.award_top {
    padding-top: 71px; }
  .list-page .list_top.special .title {
    margin-bottom: 10px; }
  .list-page .list_top.special .options {
    margin-top: 30px; }
  .list-page .list_top .pic {
    margin-bottom: 30px; }
  .list-page .list_top .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 52px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none; }
  .list-page .list_top .abstract {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666; }
    .list-page .list_top .abstract a {
      color: #FB625A; }
  .list-page .list_top #number_of_followers {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
  .list-page .list_top .share {
    margin-bottom: 50px; }
    .list-page .list_top .share .text {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 23px;
      color: #b3b3b3; }
    .list-page .list_top .share i {
      margin-left: 12px;
      color: #B3B3B3; }
  .list-page .list_top .auction {
    margin-bottom: 63px; }
    .list-page .list_top .auction .btn {
      margin-bottom: 30px; }
    .list-page .list_top .auction p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      color: #808080;
      margin-bottom: 14px; }
  .list-page h1, .list-page .t, .list-page .h-t {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 58px;
    border-bottom: 1px solid #F2F2F2; }
  .list-page .h-t {
    border-bottom: none; }
  .list-page.my_bookmark h1 {
    border-bottom: 1px solid #F2F2F2 !important; }
  .list-page.my_bookmark .mod-article-list {
    margin-bottom: 50px; }
  .list-page.my_product h1 {
    border-bottom: 1px solid #F2F2F2 !important;
    font-size: 16px;
    font-size: 1.6rem; }
  .list-page.my_post {
    margin-top: 100px; }
    .list-page.my_post h1 {
      padding-bottom: 30px;
      border-bottom: none; }
    .list-page.my_post nav {
      line-height: 38px;
      margin: 0 auto;
      margin-bottom: 18px;
      text-align: center;
      background-color: #F6F6F6;
      color: #666666;
      font-size: 14px;
      font-size: 1.4rem; }
      .list-page.my_post nav .num {
        color: #B3B3B3;
        margin-left: 8px; }
      .list-page.my_post nav .line {
        height: 14px;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        border-right: 1px solid #d7d7d7; }
      .list-page.my_post nav a {
        color: #B3B3B3;
        margin: 0 21px;
        display: inline-block;
        *display: inline;
        width: 90px; }
        .list-page.my_post nav a:visited {
          color: #b3b3b3; }
        .list-page.my_post nav a:hover {
          color: #666; }
          .list-page.my_post nav a:hover .num {
            color: #666; }
      .list-page.my_post nav a.current {
        color: #FD6639; }
        .list-page.my_post nav a.current .num {
          color: #FD6639; }
    .list-page.my_post .load-more {
      margin-top: 0;
      padding-top: 50px;
      border-top: 1px solid #f2f2f2;
      margin-bottom: 30px; }
    .list-page.my_post .mod-article-list li {
      padding: 20px 0; }
      .list-page.my_post .mod-article-list li:last-child {
        border-bottom: 0; }
      .list-page.my_post .mod-article-list li .tools {
        margin-left: 0; }
        .list-page.my_post .mod-article-list li .tools a:hover {
          color: #666; }
      .list-page.my_post .mod-article-list li .title {
        font-size: 18px;
        font-size: 1.8rem; }
      .list-page.my_post .mod-article-list li .cont {
        width: 700px; }
      .list-page.my_post .mod-article-list li .info {
        line-height: 15px;
        margin-bottom: 0; }
        .list-page.my_post .mod-article-list li .info a {
          color: #b3b3b3; }
      .list-page.my_post .mod-article-list li .reason {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 21px;
        color: #333;
        margin-bottom: 20px; }
    .list-page.my_post .mod-article-list li.li-pading {
      padding: 30px 0; }
    .list-page.my_post .mod-article-list .quote {
      margin: 20px 0 0 20px;
      padding-left: 10px;
      border-left: 4px #EAEAEA solid; }
      .list-page.my_post .mod-article-list .quote .tools {
        margin-left: 0; }
      .list-page.my_post .mod-article-list .quote .title {
        color: #808080;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 30px;
        margin-bottom: 13px; }
      .list-page.my_post .mod-article-list .quote .info {
        padding: 5px 0;
        margin-top: 0; }
    .list-page.my_post .mod-article-list .reject-msg {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 35px;
      color: #333333; }

.mod-article-list li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  overflow: hidden; }
  .mod-article-list li:last-child {
    border-bottom: 0; }
  .mod-article-list li .title {
    display: block;
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 12px;
    line-height: 1.4em; }
  .mod-article-list li .intro {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-bottom: 15px; }
  .mod-article-list li .cont {
    width: 470px; }
  .mod-article-list li .pic {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: 30px; }
  .mod-article-list li .info {
    margin: 10px 0;
    color: #B3B3B3;
    font-size: 13px;
    font-size: 1.3rem; }
    .mod-article-list li .info a {
      color: #c30e2e; }
      .mod-article-list li .info a:hover {
        color: #c30e2e; }
    .mod-article-list li .info .line {
      margin: 0 5px; }
  .mod-article-list li .tag {
    color: #c30e2e;
    font-size: 13px;
    font-size: 1.3rem;
    overflow: inherit; }
    .mod-article-list li .tag i {
      font-size: 18px;
      font-size: 1.8rem;
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      margin-top: -4px;
      margin-right: 5px; }
    .mod-article-list li .tag a {
      color: #c30e2e !important;
      margin: 0 8px 10px 0; }
      .mod-article-list li .tag a:hover {
        color: #c30e2e !important; }
  .mod-article-list li .author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px; }
  .mod-article-list li .relate .k {
    margin-left: 20px; }
    .mod-article-list li .relate .k i {
      margin-right: 5px; }
  .mod-article-list li .tools {
    margin-left: 15px; }
    .mod-article-list li .tools a {
      color: #B3B3B3; }
      .mod-article-list li .tools a:visited {
        color: #b3b3b3; }
      .mod-article-list li .tools a:hover {
        color: #FD6639; }
.mod-article-list .reminder {
  font-size: 16px;
  font-size: 1.6rem;
  color: #B3b3b3;
  line-height: 21px;
  margin-top: 60px; }

.load-more {
  text-align: center;
  margin-top: 50px; }

.hot-list h1 {
  border: none;
  padding-bottom: 15px; }
.hot-list .tit-info {
  text-align: center;
  color: #B3B3B3;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px; }
.hot-list .list-tag a {
  color: #B3B3B3 !important; }
.hot-list .mod-article-list li {
  min-height: 150px; }
  .hot-list .mod-article-list li .options a {
    display: inline-block;
    *display: inline;
    color: #808080; }
    .hot-list .mod-article-list li .options a:hover, .hot-list .mod-article-list li .options a.current {
      color: #c30e2e;
      text-decoration: none; }
      .hot-list .mod-article-list li .options a:hover .icon, .hot-list .mod-article-list li .options a.current .icon {
        color: #c30e2e; }
  .hot-list .mod-article-list li .options .icon {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    *display: inline;
    margin-right: 6px;
    font-size: 16px;
    font-size: 1.6rem; }
  .hot-list .mod-article-list li .options .icon-comment {
    position: relative;
    top: 2px; }
  .hot-list .mod-article-list li .options .num {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    top: 2px; }

.lastest-list h1 {
  border: none;
  padding-bottom: 50px; }
.lastest-list .lastest-part {
  margin-bottom: 20px; }
  .lastest-list .lastest-part .date-bar {
    color: #c30e2e;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-left: 4px solid #c30e2e;
    padding-left: 10px;
    margin-bottom: 20px; }
  .lastest-list .lastest-part .latest-list {
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    margin: 0 0 30px 0; }
    .lastest-list .lastest-part .latest-list li {
      border-bottom: 1px solid #f2f2f2;
      padding: 20px 0; }
      .lastest-list .lastest-part .latest-list li:last-child {
        border-bottom: none; }
    .lastest-list .lastest-part .latest-list .title {
      font-size: 18px;
      font-size: 1.8rem;
      color: #333;
      margin-bottom: 8px; }
    .lastest-list .lastest-part .latest-list .time {
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem; }
      .lastest-list .lastest-part .latest-list .time i {
        padding-right: 5px; }
.lastest-list .pagination {
  text-align: center; }

.recommend-list h1 {
  border: none;
  padding-bottom: 30px; }
.recommend-list .how {
  color: #c30e2e;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  margin-bottom: 30px;
  cursor: pointer; }
  .recommend-list .how:hover {
    color: #c30e2e; }
.recommend-list .kind {
  width: 391px;
  line-height: 38px;
  margin: 0 auto;
  margin-bottom: 18px;
  background-color: #FFF;
  text-align: center;
  background-color: #F6F6F6;
  font-size: 13px;
  font-size: 1.3rem; }
  .recommend-list .kind .line {
    height: 14px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    border-right: 1px solid #d7d7d7; }
  .recommend-list .kind a {
    color: #808080;
    margin: 0 36px; }
  .recommend-list .kind .num {
    color: #B3B3B3;
    margin-left: 5px; }
  .recommend-list .kind .current {
    color: #c30e2e; }
    .recommend-list .kind .current .num {
      color: #c30e2e; }
.recommend-list .r-author-list li {
  border-bottom: 1px solid #F2F2F2; }
.recommend-list .r-author-list .author-info {
  padding: 32px 0; }
.recommend-list .pagination {
  margin-bottom: 30px;
  border-top: none; }

.english .mod-user-info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F2F2F2; }

.about-page, .helps {
  color: #000; }
  .about-page .t, .helps .t {
    border: none;
    padding-bottom: 50px; }
  .about-page .a-nav, .helps .a-nav {
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-bottom: 50px;
    background-color: #F6F6F6; }
    .about-page .a-nav .line, .helps .a-nav .line {
      line-height: 20px;
      height: 14px;
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      border-right: 1px solid #D7D7D7;
      margin: -2px 30px 0; }
    .about-page .a-nav a, .helps .a-nav a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080; }
      .about-page .a-nav a.current, .about-page .a-nav a:hover, .helps .a-nav a.current, .helps .a-nav a:hover {
        color: #c30e2e; }
  .about-page .cont, .helps .cont {
    color: #393839;
    font-size: 16px;
    font-size: 1.6rem; }
    .about-page .cont a, .helps .cont a {
      color: #c30e2e; }
    .about-page .cont p, .about-page .cont .part, .helps .cont p, .helps .cont .part {
      line-height: 26px;
      margin-bottom: 30px; }
    .about-page .cont .part ul, .helps .cont .part ul {
      list-style-type: disc; }
    .about-page .cont .part .tit, .helps .cont .part .tit {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem; }
    .about-page .cont .part .b-tit, .helps .cont .part .b-tit {
      padding-left: 10px;
      border-left: 4px solid #c30e2e;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
    .about-page .cont .part p, .helps .cont .part p {
      margin-bottom: 0; }
    .about-page .cont .part ol, .helps .cont .part ol {
      list-style-type: decimal;
      line-height: 26px;
      padding-left: 40px; }
    .about-page .cont .list, .helps .cont .list {
      margin-bottom: 40px; }
      .about-page .cont .list p, .helps .cont .list p {
        margin-bottom: 30px; }
        .about-page .cont .list p.low-bottom, .helps .cont .list p.low-bottom {
          margin-bottom: 15px; }
      .about-page .cont .list ol, .helps .cont .list ol {
        list-style-type: decimal;
        line-height: 26px;
        padding-left: 40px; }
      .about-page .cont .list .tit, .helps .cont .list .tit {
        padding-left: 10px;
        border-left: 4px solid #c30e2e;
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1.6rem; }
    .about-page .cont .inner, .helps .cont .inner {
      padding-top: 30px;
      border-top: 1px solid #E5E5E5;
      margin-bottom: 30px; }
    .about-page .cont .article-list li, .helps .cont .article-list li {
      margin-bottom: 50px; }
    .about-page .cont .article-list .tit, .helps .cont .article-list .tit {
      border-left: 4px solid #c30e2e;
      padding-left: 10px;
      color: #808080;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 15px; }
    .about-page .cont .article-list a, .helps .cont .article-list a {
      font-size: 18px;
      font-size: 1.8rem;
      color: #333; }
    .about-page .cont .bt, .helps .cont .bt {
      padding-top: 30px;
      border-top: 1px solid #E5E5E5; }
  .about-page .f-link a, .helps .f-link a {
    display: inline-block;
    *display: inline;
    margin-bottom: 20px;
    margin-right: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #808080; }
    .about-page .f-link a:hover, .helps .f-link a:hover {
      color: #c30e2e; }

.tooltip-weixin-inner {
  padding: 20px; }
  .tooltip-weixin-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 20px; }
  .tooltip-weixin-inner p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #808080;
    margin-bottom: 28px; }

.hot-list .mod-article-list li .cont, .pc-tag .mod-article-list li .cont, .pc-user .mod-article-list li .cont, .award .mod-article-list li .cont {
  width: 470px; }

.report h1 {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #F2F2F2 !important;
  text-align: center;
  padding-bottom: 30px; }

.recommend-list .r-author-list .author-info .author-name {
  display: inline-block;
  line-height: 20px; }
.recommend-list .r-author-list .author-info .pro-sign {
  position: relative;
  margin-left: 15px;
  top: -2px; }

.post-container {
  position: relative;
  z-index: 1;
  color: #333; }
  .post-container.c-page, .post-container.list-page {
    padding-bottom: 70px; }
  .post-container article {
    padding-top: 10px; }
    .post-container article .pro_icon {
      text-align: left;
      margin-bottom: 15px; }
      .post-container article .pro_icon img {
        height: 28px !important;
        margin: 0 !important; }
    .post-container article h1 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.3em;
      margin-bottom: 18px; }
      .post-container article h1 .popularize {
        display: inline-block;
        background-color: #F9C509;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        padding: 0 2px;
        vertical-align: top;
        margin-top: 6px; }
    .post-container article h2 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: bold;
      color: #333;
      margin: 33px 0; }
    .post-container article ul, .post-container article ol {
      margin: 20px;
      font-size: 16px;
      line-height: 26px; }
    .post-container article ol {
      list-style-type: decimal; }
    .post-container article ul {
      list-style: initial; }
    .post-container article p {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      color: #333 !important;
      line-height: 31px;
      margin-bottom: 30px; }
      .post-container article p span {
        color: #333 !important;line-height:2em; }
      .post-container article p a {
        color: #c30e2e !important;
        text-decoration: underline; }
        .post-container article p a:hover {
          color: #c30e2e; }
    .post-container article a {
      color: #c30e2e !important;
      text-decoration: underline; }
      .post-container article a:hover {
        color: #c30e2e; }
    .post-container article .caption {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080;
      text-align: center; }
      .post-container article .caption:after {
        content: " ";
        display: block;
        width: 30%;
        border-bottom: 1px solid #ddd;
        margin: -2% auto 0 auto;
        position: relative; }
    .post-container article img {
      display: block;
      margin: 10px auto !important;
      height: auto; }
    .post-container article blockquote {
      color: #808080;
      font-size: 14px !important;
      font-size: 1.4rem !important;
      border-left: 5px solid #EAEAEA;
      margin: 30px 5%;
      padding-left: 3%;
      line-height: 1.7em; }
      .post-container article blockquote p {
        color: #808080; }
    .post-container article table {
      width: 95%; }
    .post-container article .aligncenter {
      display: block; }
    .post-container article .iframe-wrapper {
      width: 100%;
      max-width: 500px;
      height: 375px;
      position: relative;
      margin: 0 auto; }
      .post-container article .iframe-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        display: block;
        margin: 0 auto;
        position: absolute; }
    .post-container article iframe {
      width: 500px !important;
      height: 375px !important;
      display: block;
      margin: 0 auto; }
  .post-container .sm {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5%;
    margin-bottom: 30px; }
  .post-container .post-info {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 0;
    color: #B3B3B3; }
    .post-container .post-info img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 10px;
      display: inline-block;
      *display: inline;
      margin: 0 15px 0 0 !important; }
    .post-container .post-info a {
      text-decoration: none; }
  .post-container p.post-abstract {
    padding: 20px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #808080;
    margin: 0 0 40px 0;
    background-color: #f6f6f6; }
    .post-container p.post-abstract .abstract-tit {
      font-weight: bold; }
  .post-container .sm {
    color: #9FA3A7;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px; }
    .post-container .sm a {
      color: #c30e2e; }
    .post-container .sm .link {
      color: #205B87; }
  .post-container .post-tags {
    margin-bottom: 20px; }
    .post-container .post-tags .tag {
      display: inline-block;
      *display: inline;
      border: 1px solid #f2f2f2;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin: 0 7px 10px;
      color: gray; }
      .post-container .post-tags .tag:hover {
        color: #c30e2e;
        border-color: #c30e2e;
        background-color: rgba(34, 187, 149, 0.05); }
        .post-container .post-tags .tag:hover .gap-line, .post-container .post-tags .tag:hover .tag-a, .post-container .post-tags .tag:hover .act {
          color: #c30e2e; }
      .post-container .post-tags .tag:first-child {
        margin-left: 0; }
      .post-container .post-tags .tag:last-child {
        margin-right: 0; }
      .post-container .post-tags .tag.current {
        background-color: #c30e2e;
        border-color: #c30e2e; }
        .post-container .post-tags .tag.current .gap-line, .post-container .post-tags .tag.current .tag-a, .post-container .post-tags .tag.current .act {
          color: #fff; }
        .post-container .post-tags .tag.current .follow {
          display: none; }
        .post-container .post-tags .tag.current .unfollow {
          display: inline-block; }
      .post-container .post-tags .tag .tag-a {
        display: inline-block;
        padding: 3px 5px 3px 10px;
        color: gray;
        font-size: 14px;
        font-size: 1.4rem; }
      .post-container .post-tags .tag .gap-line {
        color: gray;
        position: relative;
        top: -1px; }
      .post-container .post-tags .tag .act {
        display: inline-block;
        color: gray;
        cursor: pointer;
        width: 15px;
        text-align: center;
        padding-right: 3px; }
      .post-container .post-tags .tag .unfollow {
        display: none;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 12px; }
  .post-container .post-options {
    margin-bottom: 30px; }
    .post-container .post-options .shares .txt {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080;
      margin-right: -5px; }
    .post-container .post-options .shares [class^="circle"] {
      margin-left: 15px;
      border: 1px #000 solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center; }
      .post-container .post-options .shares [class^="circle"] i {
        line-height: 40px;
        font-size: 18px;
        font-size: 1.8rem; }
    .post-container .post-options .shares .circle-weibo {
      border-color: #e74c3c; }
      .post-container .post-options .shares .circle-weibo i {
        color: #e74c3c; }
    .post-container .post-options .shares .circle-wechat {
      border-color: #44B549; }
      .post-container .post-options .shares .circle-wechat i {
        color: #8ee566; }
    .post-container .post-options .shares .circle-tencent {
      border-color: #39b2e2; }
      .post-container .post-options .shares .circle-tencent i {
        color: #39b2e2; }
    .post-container .post-options .options {
      line-height: 40px; }
      .post-container .post-options .options a {
        font-size: 18px;
        font-size: 1.8rem;
        color: #808080; }
        .post-container .post-options .options a.current, .post-container .post-options .options a:hover {
          color: #c30e2e; }
      .post-container .post-options .options i {
        vertical-align: middle;
        display: inline-block;
        *display: inline;
        margin-top: -3px;
        display: inline-block;
        *display: inline;
        font-size: 16px;
        font-size: 1.6rem; }
      .post-container .post-options .options .num {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 15px; }
      .post-container .post-options .options .like .icon-Shape9 {
        display: none;
        margin-top: -3px; }
      .post-container .post-options .options .like.current .icon-Shape9 {
        display: inline-block;
        *display: inline;
        -webkit-animation: scalefade 300ms;
        animation: scalefade 300ms; }
      .post-container .post-options .options .like.current .icon-like-1 {
        display: none; }
      .post-container .post-options .options .favourite .icon-ribbon-1 {
        display: none;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 3px;
        margin-left: 3px; }
      .post-container .post-options .options .favourite.current .icon-ribbon-1 {
        display: inline-block;
        *display: inline;
        -webkit-animation: scalefade 300ms;
        animation: scalefade 300ms; }
      .post-container .post-options .options .favourite.current .icon-ribbon {
        display: none; }
  .post-container .tmt-qcode {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    padding: 3px 0; }
    .post-container .tmt-qcode .code {
      padding: 20px 30px 20px 0;
      border-right: 1px solid #E5E5E5; }
    .post-container .tmt-qcode .txt {
      overflow: hidden;
      zoom: 1;
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 50px;
      padding-left: 30px; }
      .post-container .tmt-qcode .txt p {
        display: inline-block;
        *display: inline;
        vertical-align: middle; }
      .post-container .tmt-qcode .txt:after {
        width: 0;
        vertical-align: middle;
        content: " ";
        display: inline-block;
        *display: inline; }
  .post-container .authors {
    margin-bottom: 30px; }
  .post-container .is-hide {
    -webkit-animation: fade-down-out 175ms;
    animation: fade-down-out 175ms;
    opacity: 0;
    pointer-events: none; }
  .post-container .artilce-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 94%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    height: 50px;
    line-height: 50px;
    padding: 0 3%;
    background-color: #fff;
    overflow: visible; }
    .post-container .artilce-bar .authors a {
      color: #B3B3B3; }
    .post-container .artilce-bar .authors img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      vertical-align: middle; }
    .post-container .artilce-bar .authors .name {
      margin: 0 5px 0 5px;
      font-size: 14px;
      font-size: 1.4rem;
      color: #c30e2e; }
      .post-container .artilce-bar .authors .name:hover {
        color: #c30e2e; }
    .post-container .artilce-bar .authors .time {
      color: #b3b3b3; }
    .post-container .artilce-bar .social {
      line-height: 50px; }
      .post-container .artilce-bar .social a {
        font-size: 18px;
        font-size: 1.8rem;
        color: #333; }
        .post-container .artilce-bar .social a.current, .post-container .artilce-bar .social a:hover {
          color: #c30e2e; }
      .post-container .artilce-bar .social i {
        vertical-align: middle;
        display: inline-block;
        *display: inline;
        margin-top: -3px;
        display: inline-block;
        *display: inline;
        font-size: 16px;
        font-size: 1.6rem; }
      .post-container .artilce-bar .social .num {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 15px; }
      .post-container .artilce-bar .social .like .icon-Shape9 {
        display: none;
        margin-top: -3px; }
      .post-container .artilce-bar .social .like.current .icon-Shape9 {
        display: inline-block;
        *display: inline;
        -webkit-animation: scalefade 300ms;
        animation: scalefade 300ms; }
      .post-container .artilce-bar .social .like.current .icon-like-1 {
        display: none; }
      .post-container .artilce-bar .social .favourite .icon-ribbon-1 {
        display: none;
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 3px;
        margin-left: 3px; }
      .post-container .artilce-bar .social .favourite.current .icon-ribbon-1 {
        display: inline-block;
        *display: inline;
        -webkit-animation: scalefade 300ms;
        animation: scalefade 300ms; }
      .post-container .artilce-bar .social .favourite.current .icon-ribbon {
        display: none; }
  .post-container .post-comment h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 50px; }
  .post-container .post-comment .user-name {
    margin-bottom: 18px; }
    .post-container .post-comment .user-name h3.name {
      line-height: 40px;
      color: #B3B3B3;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline; }
    .post-container .post-comment .user-name .captcha-part {
      margin-left: 70px; }
    .post-container .post-comment .user-name .login-reminder {
      line-height: 36px;
      color: #929292;
      font-size: 14px;
      font-size: 1.4rem; }
  .post-container .post-comment .name-input, .post-container .post-comment .captcha-input {
    height: 36px;
    width: 320px;
    line-height: 34px;
    border: 1px #D9D9D9 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #666;
    margin-right: 19px; }
  .post-container .post-comment .captcha-input {
    width: 150px;
    margin-right: 10px; }
  .post-container .post-comment #captcha_image {
    cursor: pointer; }
  .post-container .post-comment .get-captcha {
    display: inline-block;
    *display: inline;
    line-height: 36px;
    color: #d9d9d9;
    position: relative;
    top: -2px;
    cursor: pointer; }
    .post-container .post-comment .get-captcha i {
      margin-left: 8px;
      vertical-align: middle;
      -moz-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
  .post-container .post-comment .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -2px 5px 0 0; }
  .post-container .post-comment .comment-form {
    margin-bottom: 50px; }
    .post-container .post-comment .comment-form textarea {
      padding: 10px 15px 15px 10px;
      font-size: 13px;
      font-size: 1.3rem;
      width: 700px;
      height: 70px;
      border: 1px #d8d8d8 solid;
      resize: none;
      max-height: 158px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 17px;
      color: #666; }
    .post-container .post-comment .comment-form .btn {
      margin-left: 10px; }
  .post-container .post-comment .more-comment {
    padding-top: 50px;
    border-top: 1px #f2f2f2 solid; }

.author-info {
  border-bottom: 1px solid #F2F2F2;
  padding: 30px 0;
  position: relative;
  display: table;
  width: 100%; }
  .author-info:last-child {
    border-bottom: none; }
  .author-info .author-name {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 10px; }
  .author-info .author-avatar {
    margin-right: 15px;
    position: relative; }
    .author-info .author-avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      vertical-align: middle; }
    .author-info .author-avatar .level {
      color: white;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #fd6639;
      width: 16px;
      height: 16px;
      line-height: 20px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .author-info .author-avatar .blue-v {
      background-color: #4EAAE9; }
  .author-info .author-cont {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle; }
    .author-info .author-cont .btn {
      position: absolute;
      right: 0;
      top: 50px;
      margin-top: -14px; }
  .author-info .pos {
    color: #808080;
    width: 468px;
    padding: 0px 166px 0px 0;
    font-size: 13px;
    font-size: 1.3rem; }

.related_articles {
  margin-bottom: 30px; }
  .related_articles h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 30px; }
  .related_articles ul {
    margin-right: -35px; }
  .related_articles li {
    vertical-align: top;
    width: 210px;
    display: inline-block;
    *display: inline;
    *float: left;
    margin-right: 35px;
    *margin-right: 20;
    margin-bottom: 30px;
    overflow: hidden; }
    .related_articles li img {
      margin-bottom: 20px; }
    .related_articles li .title {
      display: block;
      height: 60px;
      overflow: hidden;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 20px;
      *width: 210px;
      color: #333333; }
      .related_articles li .title:hover {
        color: #c30e2e; }

#show-detail .author-cont .btn {
  right: 70px;
  top: 35px; }

.comment-list li {
  padding-bottom: 30px;
  margin-bottom: 24px;
  border-bottom: 1px #f2f2f2 solid; }
  .comment-list li:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .comment-list li .success {
    margin-top: 30px; }
  .comment-list li .comment-form {
    margin: 30px 0 0 52px !important; }
    .comment-list li .comment-form textarea {
      width: 648px !important; }
    .comment-list li .comment-form .avatar {
      position: static; }
.comment-list .avatar {
  position: relative;
  top: 6px; }
  .comment-list .avatar img {
    margin-right: 10px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.comment-list span {
  color: #B3B3B3;
  line-height: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px; }
.comment-list .name {
  color: #c30e2e;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem; }
  .comment-list .name:hover {
    color: #c30e2e; }
.comment-list .js-set-top:hover, .comment-list .js-delete:hover {
  color: #c30e2e; }
.comment-list .part {
  display: inline-block;
  *display: inline;
  margin-right: 10px; }
  .comment-list .part:hover i, .comment-list .part:hover span {
    color: #c30e2e; }
  .comment-list .part i {
    margin-right: 5px;
    color: #b3b3b3;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .comment-list .part.current span, .comment-list .part.current i {
    color: #c30e2e; }
  .comment-list .part.current .icon-Shape9, .comment-list .part.current .icon-Shape9-1 {
    display: inline-block;
    *display: inline;
    -webkit-animation: scalefade 300ms;
    animation: scalefade 300ms; }
  .comment-list .part.current .icon-like-1, .comment-list .part.current .icon-tread {
    display: none; }
  .comment-list .part .icon-tread {
    top: -1px; }
  .comment-list .part .icon-Shape9, .comment-list .part .icon-Shape9-1 {
    display: none; }
.comment-list .toped {
  color: #c30e2e;
  font-size: 16px;
  font-size: 1.6rem; }
  .comment-list .toped i {
    position: relative;
    top: 2px;
    left: -6px; }
.comment-list .comment-cont {
  margin-top: -4px;
  margin-bottom: 17px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px; }
  .comment-list .comment-cont img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    top: -3px; }
.comment-list .comment-cont, .comment-list .tools {
  margin-left: 52px; }
  .comment-list .comment-cont span, .comment-list .tools span {
    font-size: 13px;
    font-size: 1.3rem; }
.comment-list .comment-deleted {
  margin-bottom: 0; }
.comment-list .comment-info {
  line-height: 22px; }
.comment-list [class*="js-"] {
  cursor: pointer; }

.artilce-bar-share a {
  width: 135px;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 10px 5px;
  color: #B3B3B3; }
  .artilce-bar-share a:hover {
    color: #c30e2e; }
  .artilce-bar-share a i {
    width: 30px;
    display: inline-block;
    *display: inline; }

.draft-pop-wrap {
  padding: 20px; }
  .draft-pop-wrap h2 {
    font-size: 14px;
    margin-bottom: 20px; }
  .draft-pop-wrap .detail, .draft-pop-wrap .ipt {
    width: 308px;
    padding: 5px;
    height: 60px;
    border: 1px solid #e5e5e5;
    resize: none;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .draft-pop-wrap .ipt {
    height: 30px;
    margin-bottom: 20px;
    font-size: 14px; }
  .draft-pop-wrap .tip {
    text-align: center;
    color: #B3B3B3;
    font-size: 13px;
    margin-bottom: 26px; }
  .draft-pop-wrap .upload {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .draft-pop-wrap .upload .btn {
      width: 320px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .draft-pop-wrap .img {
    font-size: 14px;
    color: #808080;
    padding-bottom: 20px;
    text-align: center; }
    .draft-pop-wrap .img .name {
      width: 250px;
      display: inline-block;
      *display: inline;
      word-break: break-all;
      line-height: 20px;
      margin: 0 0 10px 0; }
  .draft-pop-wrap .upload_input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer; }
  .draft-pop-wrap .btns {
    text-align: center; }
    .draft-pop-wrap .btns button {
      margin: 0 15px; }
  .draft-pop-wrap .img-m {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #b3b3b3; }

.error_alert_wrap {
  text-align: center; }

.error_alert_wrap .m {
  color: #808080;
  font-size: 16px;
  margin-bottom: 30px; }

.error_alert_wrap .tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px; }

.post-new {
  width: 980px;
  padding-top: 40px;
  min-height: 1000px; }
  .post-new .toolbar {
    position: fixed;
    top: 256px;
    display: none; }
    .post-new .toolbar span {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #B3B3B3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #B3B3B3;
      text-align: center;
      line-height: 30px;
      margin-bottom: 10px;
      cursor: pointer; }
  .post-new .main {
    margin-left: 140px; }
    .post-new .main .title {
      font-size: 36px;
      font-size: 3.6rem;
      /* Firefox 18- */
      /* Firefox 19+ */
      /* IE10+ */
      border: none;
      width: 100%;
      font-weight: normal;
      border-bottom: 1px solid #D8D8D8;
      margin-bottom: 50px;
      padding-bottom: 10px;
      vertical-align: middle; }
      .post-new .main .title input:-moz-placeholder, .post-new .main .title textarea:-moz-placeholder {
        color: #B3B3B3; }
      .post-new .main .title input::-moz-placeholder, .post-new .main .title textarea::-moz-placeholder {
        color: #B3B3B3; }
      .post-new .main .title input:-ms-input-placeholder, .post-new .main .title textarea:-ms-input-placeholder {
        color: #B3B3B3; }
      .post-new .main .title input::-webkit-input-placeholder, .post-new .main .title textarea::-webkit-input-placeholder {
        color: #B3B3B3; }
    .post-new .main .inner {
      font-size: 16px;
      font-size: 1.6rem; }
      .post-new .main .inner textarea {
        width: 700px;
        border: none; }
    .post-new .main .wysiwyg-container {
      width: 700px;
      border: none; }
    .post-new .main .wysiwyg-editor p {
      margin-bottom: 20px; }
    .post-new .main .wysiwyg-editor ol, .post-new .main .wysiwyg-editor ul {
      margin: 20px;
      list-style: initial; }
    .post-new .main .wysiwyg-editor ol {
      list-style-type: decimal; }
  .post-new .footer-bar {
    position: fixed;
    _positon: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 51px;
    border-top: 1px #E5E5E5 solid;
    background-color: #FFF; }
    .post-new .footer-bar .topic-select {
      padding: 0;
      left: 0px;
      display: none;
      top: 95px;
      color: #666;
      background-color: #fff;
      top: initial;
      bottom: 52px;
      position: fixed;
      width: 360px; }
      .post-new .footer-bar .topic-select .d-bd {
        margin-left: -20px;
        left: 50%;
        top: -20px; }
      .post-new .footer-bar .topic-select li {
        word-break: break-all;
        white-space: initial;
        padding: 15px 30px;
        border-bottom: 1px solid #F2F2F2;
        cursor: pointer;
        line-height: 22px;
        margin-bottom: 0; }
        .post-new .footer-bar .topic-select li:hover, .post-new .footer-bar .topic-select li.hover {
          color: #fff;
          background-color: #c30e2e; }
        .post-new .footer-bar .topic-select li:last-child {
          border: none; }
        .post-new .footer-bar .topic-select li.last {
          border-bottom: 0;
          background-color: #F9F9F9;
          text-align: center;
          color: #B3B3B3; }
      .post-new .footer-bar .topic-select .d-bd {
        top: inherit;
        bottom: -20px;
        border-color: #D8D8D8 transparent transparent transparent; }
        .post-new .footer-bar .topic-select .d-bd:after {
          top: -10px;
          border-color: #fff transparent transparent transparent; }
    .post-new .footer-bar .gap-line {
      margin: 0 5px 0 8px;
      color: #B3B3B3;
      font-size: 15pxpx;
      font-size: 1.5pxrem; }
    .post-new .footer-bar .bar-cont {
      width: 700px;
      margin: 0 auto; }
      .post-new .footer-bar .bar-cont .options {
        margin: 10px auto;
        text-align: center; }
      .post-new .footer-bar .bar-cont .btn-part {
        height: 51px;
        line-height: 51px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #808080; }
        .post-new .footer-bar .bar-cont .btn-part input {
          margin-right: 5px; }
        .post-new .footer-bar .bar-cont .btn-part .pop-close {
          cursor: pointer; }
        .post-new .footer-bar .bar-cont .btn-part .icon-arrow-d {
          font-size: 22px;
          font-size: 2.2rem;
          position: relative;
          top: 5px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .post-new .footer-bar .bar-cont .btn-part .topic {
          color: #c30e2e; }
          .post-new .footer-bar .bar-cont .btn-part .topic:hover {
            color: #c30e2e; }
          .post-new .footer-bar .bar-cont .btn-part .topic .txt {
            width: 200px;
            text-overflow: ellipsis; }

#confrim-post .universal-container {
  width: 700px;
  max-width: 700px; }
#confrim-post .txt {
  margin-bottom: 0; }
#confrim-post .info {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem; }
#confrim-post .btn-part {
  margin-top: 40px; }
  #confrim-post .btn-part .status {
    color: #B3B3B3;
    font-size: 13px;
    margin-right: 15px; }
#confrim-post .first {
  color: #B3B3B3;
  font-size: 14px;
  font-size: 1.4rem; }
  #confrim-post .first input {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px; }

.gift-page {
  padding: 20px 0 0;
  width: 980px; }
  .gift-page .show {
    padding-top: 30px;
    position: relative;
    margin-bottom: 40px; }
    .gift-page .show h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      color: #333333;
      margin-bottom: 34px; }
    .gift-page .show .info {
      width: 500px;
      margin: 0 auto 44px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 22px;
      text-align: center; }
    .gift-page .show .panel {
      width: 310px;
      margin: 0 auto;
      background-color: #F6F6F6;
      padding: 10px 0;
      color: #808080;
      font-size: 14px;
      font-size: 1.4rem; }
      .gift-page .show .panel a, .gift-page .show .panel span {
        color: #c30e2e; }
      .gift-page .show .panel a:hover {
        color: #c30e2e; }
    .gift-page .show .btn {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 50px; }
  .gift-page .gift-list .title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 39px;
    border-bottom: 1px solid #e5e5e5; }
  .gift-page .gift-list .list {
    text-align: justify; }
    .gift-page .gift-list .list:after {
      width: 100%;
      display: inline-block;
      *display: inline;
      height: 0;
      content: ""; }
    .gift-page .gift-list .list li {
      display: inline-block;
      *display: inline;
      margin-bottom: 50px;
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem; }
      .gift-page .gift-list .list li .inner {
        padding: 20px 20px 20px 0; }
      .gift-page .gift-list .list li .name {
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        margin-bottom: 10px;
        color: #333; }
  .gift-page .gift-list .list-all {
    margin-left: -36px; }
    .gift-page .gift-list .list-all li {
      width: 300px;
      margin-left: 36px; }
  .gift-page .gift-list .load-more {
    margin: 0 0 60px; }

.rich-page {
  color: #333;
  padding-top: 30px; }
  .rich-page .t {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 50px;
    margin-bottom: 30px; }
  .rich-page .load-more {
    margin-bottom: 30px; }
  .rich-page .rich-inner {
    font-size: 16px;
    font-size: 1.6rem; }
    .rich-page .rich-inner .status {
      line-height: 26px;
      margin-bottom: 40px; }
      .rich-page .rich-inner .status a {
        color: #c30e2e; }
      .rich-page .rich-inner .status .i {
        font-size: 14px;
        font-size: 1.4rem; }
    .rich-page .rich-inner .process {
      padding: 0 20px;
      margin-bottom: 30px; }
      .rich-page .rich-inner .process .swd {
        left: 0;
        top: 10px;
        margin-left: -14px;
        position: relative;
        border-width: 14px;
        border-style: solid;
        border-color: #FD6639 transparent transparent transparent; }
      .rich-page .rich-inner .process .bg {
        position: relative;
        padding: 12px 0; }
      .rich-page .rich-inner .process .bar {
        height: 8px;
        background-color: #D8D8D8;
        margin: 0 2px; }
      .rich-page .rich-inner .process .level {
        text-align: justify;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        margin-top: -16px; }
        .rich-page .rich-inner .process .level:after {
          width: 100%;
          display: inline-block;
          *display: inline;
          height: 0;
          content: "";
          overflow: hidden; }
        .rich-page .rich-inner .process .level .c {
          display: inline-block;
          *display: inline;
          width: 28px;
          height: 28px;
          font-size: 13px;
          font-size: 1.3rem;
          text-align: center;
          line-height: 30px;
          color: #909090;
          background-color: #d8d8d8;
          border: 2px solid #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .rich-page .rich-inner .process .fore {
        width: 0;
        overflow: hidden;
        position: relative;
        top: -32px; }
        .rich-page .rich-inner .process .fore .inner, .rich-page .rich-inner .process .fore .level {
          width: 660px; }
        .rich-page .rich-inner .process .fore .bar {
          background-color: #FD6639; }
        .rich-page .rich-inner .process .fore .c {
          color: #fff;
          background-color: #FD6639; }

.rich-table {
  width: 100%;
  text-align: left; }
  .rich-table th {
    text-align: left;
    padding: 16px 0 16px 20px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    font-weight: bold;
    border: none;
    font-size: 14px;
    font-size: 1.4rem; }
  .rich-table td {
    font-size: 14px;
    font-size: 1.4rem;
    color: #808080;
    padding-left: 20px;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #F2F2F2; }
  .rich-table .line td {
    padding: 10px 0;
    border: none; }

.rich-pop {
  position: absolute;
  width: 550px;
  padding: 80px 0 40px; }
  .rich-pop .title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5; }
  .rich-pop .rule .title {
    border-bottom: 0; }
  .rich-pop ul.list li {
    padding: 30px 0;
    color: #808080;
    line-height: 20px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    font-size: 1.4rem; }
    .rich-pop ul.list li .q {
      font-size: 18px;
      font-size: 1.8rem;
      color: #333;
      margin-bottom: 15px; }

.advide-container {
  width: 700px;
  text-align: left; }
  .advide-container .top {
    margin: 152px 0 102px; }
    .advide-container .top .title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      margin-bottom: 50px; }
    .advide-container .top .intro {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 26px; }
    .advide-container .top .button i {
      font-size: 18px;
      font-size: 1.8rem;
      margin-right: 10px;
      vertical-align: middle; }
  .advide-container .discussion h2.title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px; }
  .advide-container .no-result {
    text-align: center;
    color: #888; }
  .advide-container .bullet-list {
    width: 640px;
    margin: 20px auto; }
    .advide-container .bullet-list li {
      padding: 26px 0;
      border-bottom: 1px solid #F2F2F2; }
      .advide-container .bullet-list li:last-child {
        border-bottom: none; }
      .advide-container .bullet-list li span {
        font-size: 14px;
        font-size: 1.4rem;
        color: #c30e2e;
        vertical-align: top; }
      .advide-container .bullet-list li i {
        font-size: 14px;
        font-size: 1.4rem;
        color: #c30e2e;
        font-style: normal;
        display: inline-block;
        margin: 0 5px;
        vertical-align: top; }
      .advide-container .bullet-list li p {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        color: #808080;
        width: 80%; }

#advice-popup {
  display: none; }
  #advice-popup h3 {
    margin-bottom: 30px; }
  #advice-popup .cont {
    width: 640px;
    border-bottom: 1px solid #D9D9D9; }
  #advice-popup p {
    width: 470px;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 35px;
    margin: 0 auto; }
    #advice-popup p a {
      color: #c30e2e; }
  #advice-popup .advice-form {
    margin: 20px 0; }
    #advice-popup .advice-form .half-input {
      width: 260px;
      margin-bottom: 30px;
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem; }
      #advice-popup .advice-form .half-input span {
        display: block;
        margin-bottom: 10px; }
      #advice-popup .advice-form .half-input input {
        width: 250px;
        height: 34px;
        border-radius: 4px;
        border: 1px solid #D9D9D9;
        padding: 0 5px; }
      #advice-popup .advice-form .half-input i {
        font-size: 14px;
        font-style: normal;
        margin-top: 10px;
        display: block;
        color: #BD1A1A; }
    #advice-popup .advice-form div {
      overflow: auto;
      clear: both;
      margin-bottom: 30px; }
      #advice-popup .advice-form div > i {
        font-size: 14px;
        font-style: normal;
        margin-top: 10px;
        display: block;
        color: #BD1A1A; }
      #advice-popup .advice-form div p {
        margin: 0;
        color: #333;
        padding-bottom: 0;
        margin-bottom: 15px; }
        #advice-popup .advice-form div p i {
          color: #c30e2e;
          font-style: normal; }
        #advice-popup .advice-form div p span {
          font-size: 14px;
          font-size: 1.4rem; }
      #advice-popup .advice-form div label {
        width: 125px;
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem; }
        #advice-popup .advice-form div label input {
          margin-right: 10px; }
      #advice-popup .advice-form div textarea {
        width: 100%;
        border: 1px solid #D9D9D9;
        height: 120px;
        box-sizing: border-box;
        resize: none;
        border-radius: 4px;
        padding: 10px; }
    #advice-popup .advice-form .captcha-box input {
      width: 145px;
      height: 34px;
      border-radius: 4px;
      border: 1px solid #D9D9D9; }
    #advice-popup .advice-form .captcha-box img {
      width: 70px;
      height: 30px;
      margin: 0 5px; }
    #advice-popup .advice-form .captcha-box i {
      font-size: 16px;
      font-size: 1.6rem;
      color: #ccc;
      display: inline-block; }
    #advice-popup .advice-form .captcha-box .error {
      font-size: 14px;
      font-style: normal;
      margin-top: 10px;
      display: block;
      color: #BD1A1A; }
    #advice-popup .advice-form button {
      margin: 0 auto;
      display: block; }

.result-box {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  text-align: center;
  left: 50%;
  margin-left: -235px; }

.report-container {
  width: 700px;
  text-align: left; }
  .report-container .report-progress-bar {
    margin: 152px 0 70px; }
    .report-container .report-progress-bar h1 {
      margin-bottom: 50px;
      font-size: 24px;
      font-size: 2.4rem; }
    .report-container .report-progress-bar .child {
      text-align: center;
      padding-bottom: 11px;
      border-bottom: 5px #f2f2f2 solid;
      color: #808080;
      font-size: 18px;
      font-size: 1.8rem; }
    .report-container .report-progress-bar .current {
      border-bottom: 5px #c30e2e solid;
      color: #c30e2e; }
  .report-container .report-cell-1, .report-container .report-cell-3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 100px; }
    .report-container .report-cell-1 p, .report-container .report-cell-3 p {
      margin-bottom: 39px; }
    .report-container .report-cell-1 .text, .report-container .report-cell-3 .text {
      margin-bottom: 70px;
      color: #333;
      font-size: 16px;
      font-size: 1.6rem; }
  .report-container .button {
    text-align: center; }
    .report-container .button .btn {
      margin: 0 15px; }
  .report-container .report-cell-2, .report-container .report-cell-3 {
    display: none;
    margin-bottom: 100px; }
  .report-container .report-cell-2 label, .report-container .report-cell-2 input, .report-container .report-cell-2 textarea, .report-container .report-cell-2 select {
    display: block; }
  .report-container .report-cell-2 input[type=radio] {
    display: inline-block;
    *display: inline; }
  .report-container .report-cell-2 label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px; }
    .report-container .report-cell-2 label span {
      color: #c30e2e;
      margin-left: 5px; }
    .report-container .report-cell-2 label i {
      font-size: 13px;
      font-size: 1.3rem;
      color: #808080;
      font-style: normal; }
  .report-container .report-cell-2 input, .report-container .report-cell-2 textarea, .report-container .report-cell-2 select {
    margin-top: 15px; }
  .report-container .report-cell-2 input[type=text] {
    width: 320px;
    border: 1px #D9D9D9 solid;
    line-height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 45px 0 15px;
    box-sizing: border-box; }
  .report-container .report-cell-2 textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px #D9D9D9 solid;
    width: 100%;
    padding: 15px;
    height: 200px; }
  .report-container .report-cell-2 .financing {
    margin-bottom: 30px; }
    .report-container .report-cell-2 .financing label {
      margin-bottom: 22px; }
    .report-container .report-cell-2 .financing .f-label {
      display: inline-block;
      margin-right: 140px;
      margin-bottom: 0; }
      .report-container .report-cell-2 .financing .f-label input {
        margin-right: 7px;
        margin-top: 0; }
  .report-container .report-cell-2 .input {
    margin-bottom: 50px; }
  .report-container .report-cell-2 .is-radio {
    display: inline-block;
    *display: inline;
    margin-right: 50px; }
    .report-container .report-cell-2 .is-radio .v-radio {
      border: 1px #BCBCBC solid;
      width: 14px;
      display: inline-block;
      *display: inline;
      height: 14px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      top: 3px;
      margin-right: 15px; }
      .report-container .report-cell-2 .is-radio .v-radio .point {
        display: none;
        height: 12px;
        width: 12px;
        color: red;
        background-color: #fd6639;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    .report-container .report-cell-2 .is-radio .current .point {
      display: inline-block;
      *display: inline; }

.dropdown-part {
  display: block;
  position: relative;
  margin: -15px 0 30px 0; }
  .dropdown-part .dropdown-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    padding: 7px 10px;
    line-height: 23px;
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
    color: #4A4A4A;
    width: 320px;
    padding: 7px 10px 2px 10px; }
  .dropdown-part i {
    float: right;
    line-height: 23px; }
  .dropdown-part .text {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    line-height: normal; }
  .dropdown-part .dropdown-list {
    position: absolute;
    display: none;
    width: 318px;
    top: 40px;
    z-index: 11;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
    padding: 5px 0;
    margin: 2px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px; }
    .dropdown-part .dropdown-list li {
      cursor: pointer;
      margin-bottom: 0 !important;
      width: auto;
      color: #333333;
      border-top: none;
      line-height: 18px;
      word-break: break-all;
      line-height: 18px;
      padding: 10px 20px; }
      .dropdown-part .dropdown-list li:hover {
        background: #c30e2e;
        color: #fff; }
    .dropdown-part .dropdown-list li.current {
      color: #c30e2e; }
      .dropdown-part .dropdown-list li.current:hover {
        color: #fff; }

.underline {
  margin-bottom: 20px !important;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px; }

.checkbox-group {
  margin-bottom: 20px; }
  .checkbox-group label {
    display: inline-block !important;
    width: 24%;
    margin-bottom: 20px !important; }
    .checkbox-group label input {
      display: inline-block !important;
      margin-right: 5px; }

.pic-area {
  margin-bottom: 15px; }

.upload-area {
  width: 110px;
  height: 110px;
  border: 1px solid #E5E5E5;
  background-color: #F2F2F2;
  text-align: center;
  cursor: pointer;
  position: relative; }
  .upload-area.big {
    width: 200px;
    display: inline-block;
    margin-right: 15px; }
  .upload-area.mid {
    width: 148px;
    margin-right: 30px; }
    .upload-area.mid:last-child {
      margin-right: 0; }
  .upload-area i {
    color: #B3B3B3;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 110px; }
  .upload-area input {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin-top: 0 !important; }
  .upload-area div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .upload-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: auto; }
  .upload-area .sending-bg {
    content: "上传中...";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    line-height: 110px; }
  .upload-area span {
    position: absolute;
    right: -10px;
    top: -10px;
    color: white;
    background-color: red;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 50%; }

.product-preview ul li {
  margin: 20px 0; }
  .product-preview ul li span {
    color: #909090;
    display: inline-block;
    width: 165px;
    vertical-align: top; }
  .product-preview ul li p {
    display: inline-block; }
  .product-preview ul li .small-pic {
    width: 110px;
    display: inline-block; }
    .product-preview ul li .small-pic div {
      width: 110px;
      height: 110px;
      border: 1px solid #ccc; }
      .product-preview ul li .small-pic div img {
        display: inline-block;
        width: 100%;
        height: auto; }
  .product-preview ul li .big-pic {
    display: inline-block;
    width: 470px; }
    .product-preview ul li .big-pic div {
      width: 200px;
      height: 110px;
      border: 1px solid #ccc;
      position: relative;
      overflow: hidden;
      display: inline-block;
      margin: 0 30px 30px 0;
      vertical-align: top; }
      .product-preview ul li .big-pic div:last-child {
        margin-bottom: 0; }
      .product-preview ul li .big-pic div img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        left: 50%; }
  .product-preview ul li .mid-pic div {
    width: 148px; }

.modal-success {
  width: 450px;
  text-align: center !important; }
  .modal-success h2 {
    margin-bottom: 20px;
    font-size: 24px; }
  .modal-success p {
    margin-bottom: 20px;
    font-size: 16px; }

.message-container {
  width: 700px;
  text-align: left; }
  .message-container .top {
    margin: 152px 0 0; }
    .message-container .top .title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      margin-bottom: 50px; }
  .message-container .notification-cont {
    margin-bottom: 70px; }
    .message-container .notification-cont .load-more {
      margin-top: 0;
      padding-top: 50px;
      border-top: 1px #f2f2f2 solid; }
  .message-container .message-list {
    border-top: 1px #E5E5E5 solid;
    padding-top: 5px; }
    .message-container .message-list li {
      border-bottom: 1px #f2f2f2 solid;
      position: relative;
      padding: 20px 15px; }
      .message-container .message-list li:last-child {
        border-bottom: none; }
    .message-container .message-list .un-read .disc {
      display: inline-block;
      *display: inline;
      width: 6px;
      height: 6px;
      background-color: #c30e2e;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: 0;
      top: 27px; }
    .message-container .message-list .reminder {
      font-size: 16px;
      font-size: 1.6rem;
      color: #b3b3b3;
      line-height: 21px;
      text-align: center;
      margin-top: 60px; }
    .message-container .message-list .cont {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 8px;
      color: #333; }
      .message-container .message-list .cont a {
        color: #c30e2e; }
        .message-container .message-list .cont a:hover {
          color: #c30e2e; }
    .message-container .message-list .info {
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px; }
    .message-container .message-list .comment {
      position: relative;
      margin-bottom: 11px;
      margin-top: 15px;
      padding: 15px 20px;
      color: #808080;
      background-color: #F6F6F6;
      font-size: 14px;
      font-size: 1.4rem; }
      .message-container .message-list .comment .triangle {
        position: absolute;
        display: inline-block;
        *display: inline;
        border: 15px solid transparent;
        border-bottom-color: #F6F6F6;
        top: -25px; }

.tag-trend {
  width: 980px;
  margin: 0 auto;
  padding-top: 30px; }
  .tag-trend .see-all {
    text-align: center;
    clear: both; }
    .tag-trend .see-all a {
      color: #909090;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px; }
  .tag-trend .trend-list {
    width: 460px;
    text-align: center;
    margin-bottom: 80px;
    color: #333333; }
    .tag-trend .trend-list .tag-list, .tag-trend .trend-list .th {
      text-align: left; }
    .tag-trend .trend-list .tit {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      margin-bottom: 23px; }
    .tag-trend .trend-list .intro {
      color: #b3b3b3;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 15px;
      margin-bottom: 40px; }
    .tag-trend .trend-list .th {
      font-size: 0;
      background-color: #F6F6F6;
      padding-left: 20px; }
      .tag-trend .trend-list .th span {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 46px;
        display: inline-block; }
      .tag-trend .trend-list .th .tt {
        width: 135px; }
      .tag-trend .trend-list .th .ta {
        width: 130px; }
      .tag-trend .trend-list .th .tf {
        width: 175px; }
    .tag-trend .trend-list .tag-list li {
      line-height: 60px;
      border-bottom: 1px #F2F2F2 solid;
      padding: 0 0 0 20px;
      font-size: 0; }
      .tag-trend .trend-list .tag-list li span {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem;
        color: #808080;
        text-overflow: ellipsis; }
        .tag-trend .trend-list .tag-list li span a {
          color: #808080; }
      .tag-trend .trend-list .tag-list li .tag-name {
        width: 140px; }
      .tag-trend .trend-list .tag-list li .f-num {
        width: 120px; }
      .tag-trend .trend-list .tag-list li .options {
        width: 180px; }
        .tag-trend .trend-list .tag-list li .options .btn {
          margin-right: 15px; }
        .tag-trend .trend-list .tag-list li .options span.follow-num {
          font-size: 12px;
          font-size: 1.2rem; }

.all-tags {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px; }
  .all-tags .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 25px;
    margin-bottom: 53px; }
  .all-tags nav {
    background-color: #F6F6F6;
    display: inline-block;
    padding: 0 1px;
    margin-bottom: 50px;
    display: none; }
    .all-tags nav a {
      display: inline-block;
      text-decoration: none;
      color: #8D8D8D;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 46px;
      padding: 0 44px;
      cursor: pointer; }
    .all-tags nav .current {
      color: #c30e2e; }
      .all-tags nav .current:hover {
        color: #c30e2e; }
    .all-tags nav .gap-link {
      display: inline-block;
      height: 13px;
      width: 1px;
      background-color: #D7D7D7;
      vertical-align: middle; }
  .all-tags .tag-tree {
    text-align: left;
    width: 700px;
    margin: 0 auto; }
    .all-tags .tag-tree .tit {
      padding-bottom: 10px;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 25px; }
      .all-tags .tag-tree .tit span {
        border-left: 4px #c30e2e solid;
        line-height: 21px;
        display: inline-block;
        padding-left: 11px;
        color: #c30e2e;
        font-size: 16px;
        font-size: 1.6rem; }
    .all-tags .tag-tree .tit-nav {
      padding-bottom: 20px; }
      .all-tags .tag-tree .tit-nav a {
        color: #8d8d8d;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px;
        margin-right: 45px; }
        .all-tags .tag-tree .tit-nav a.current, .all-tags .tag-tree .tit-nav a:hover {
          color: #c30e2e; }
    .all-tags .tag-tree .tag-group {
      margin-bottom: 30px; }
    .all-tags .tag-tree .list {
      font-size: 0;
      margin-left: -15px; }
    .all-tags .tag-tree li {
      display: inline-block;
      font-size: 0;
      margin: 0 0 19px 15px; }
      .all-tags .tag-tree li a {
        font-size: 14px;
        font-size: 1.4rem; }
    .all-tags .tag-tree .load-more {
      text-align: center;
      margin-bottom: 70px; }
  .all-tags .left-part {
    width: 280px; }
    .all-tags .left-part .tags-part {
      margin-bottom: 50px;
      text-align: left; }
      .all-tags .left-part .tags-part .tit {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 20px; }
      .all-tags .left-part .tags-part .intro {
        color: #666666; }
    .all-tags .left-part li {
      line-height: 43px; }
      .all-tags .left-part li i {
        margin-right: 10px;
        vertical-align: middle; }
      .all-tags .left-part li span {
        display: inline-block; }
      .all-tags .left-part li .name {
        font-size: 13px;
        font-size: 1.3rem;
        width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .all-tags .left-part li .btn {
        margin-top: 6px; }

.home-tags {
  width: 640px;
  margin: 0 auto;
  padding-top: 30px; }
  .home-tags .title {
    text-align: center;
    padding-bottom: 53px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 25px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px; }
  .home-tags .following-tags {
    font-size: 0;
    margin-left: -20px; }
    .home-tags .following-tags li {
      display: inline-block;
      margin: 0 0 20px 20px; }
  .home-tags .reminder {
    font-size: 16px;
    font-size: 1.6rem;
    color: #b3b3b3;
    line-height: 21px;
    margin: 60px 0 200px;
    text-align: center; }

.lang-tags {
  width: 640px;
  margin: 0 auto;
  padding-top: 30px; }
  .lang-tags .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 25px;
    padding-bottom: 53px;
    border-bottom: 1px solid #F2F2F2; }
  .lang-tags .mod-article-list li {
    min-height: 135px; }
    .lang-tags .mod-article-list li .award-status {
      display: inline-block;
      padding: 2px 8px;
      background: #c30e2e;
      border-radius: 50px;
      color: white;
      margin-left: 10px; }
      .lang-tags .mod-article-list li .award-status.ended {
        background-color: #b2b2b2; }
  .lang-tags .mod-article-list .cont {
    width: 410px; }
    .lang-tags .mod-article-list .cont h2 {
      font-size: 24px;
      font-size: 2.4rem; }
      .lang-tags .mod-article-list .cont h2 a {
        color: #333333; }
    .lang-tags .mod-article-list .cont .intro {
      color: #808080; }
    .lang-tags .mod-article-list .cont p {
      line-height: 1.6em;
      margin-bottom: 15px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #808080; }

.pc-columns {
  padding-top: 165px; }
  .pc-columns .colu-hr-top {
    border: 1px solid #c30e2e;
    width: 300px;
    margin-top: 60px; }
  .pc-columns .colu-company {
    font-size: 2.4rem;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 20px;
    padding-bottom: 0;
    border-bottom: 0px; }
  .pc-columns .colu-p {
    font-size: 1.6rem;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px; }
  .pc-columns .colu-hr-bot {
    border: 1px solid #c30e2e;
    width: 300px;
    margin-bottom: 40px; }

.p-products {
  width: 980px;
  margin: 0 auto; }
  .p-products.p-small {
    width: 700px; }
    .p-products.p-small .product-panel .cont {
      width: 550px !important; }
    .p-products.p-small .slogen {
      width: auto !important; }
  .p-products .top-recommends {
    position: relative;
    height: 480px;
    overflow: hidden; }
    .p-products .top-recommends .right-nav {
      width: 310px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #020000;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 3; }
      .p-products .top-recommends .right-nav .nav-pannel {
        cursor: pointer;
        width: 252px;
        height: 68px;
        padding: 46px 25px 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 8px solid transparent;
        overflow: hidden; }
        .p-products .top-recommends .right-nav .nav-pannel:last-child {
          border-bottom: none;
          height: 69px; }
        .p-products .top-recommends .right-nav .nav-pannel.active {
          border-right-color: #c30e2e; }
        .p-products .top-recommends .right-nav .nav-pannel .tit {
          color: #fff;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 27px;
          margin-bottom: 10px;
          margin-top: 5px; }
          .p-products .top-recommends .right-nav .nav-pannel .tit a {
            color: #fff; }
        .p-products .top-recommends .right-nav .nav-pannel .infor {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 19px;
          color: rgba(255, 255, 255, 0.6); }
      .p-products .top-recommends .right-nav .logo {
        float: left;
        margin-right: 15px;
        border-radius: 15px;
        box-shadow: 0px 2px 0px 1px; }
      .p-products .top-recommends .right-nav .r-cont {
        overflow: hidden; }
    .p-products .top-recommends .slick-dots {
      visibility: hidden; }
    .p-products .top-recommends .slick-slider {
      margin-bottom: 15px; }
  .p-products .top-recommend {
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
    display: block; }
    .p-products .top-recommend .infor {
      position: absolute;
      width: 420px;
      height: 355px;
      z-index: 1;
      top: 0;
      right: 0;
      padding: 75px 480px 50px 80px;
      color: #fff;
      background: white;
      background: rgba(0, 0, 0, 0.5);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.95)); }
      .p-products .top-recommend .infor .hot-icon {
        margin-bottom: 40px; }
      .p-products .top-recommend .infor .p-tit {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 51px;
        margin-bottom: 26px;
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis; }
      .p-products .top-recommend .infor .p-tip {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        margin-bottom: 26px; }
      .p-products .top-recommend .infor .intro {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
        height: 90px;
        overflow: hidden;
        margin-bottom: 50px; }
      .p-products .top-recommend .infor .data {
        font-size: 20px;
        font-size: 2rem;
        display: inline-block;
        line-height: 42px;
        border: 2px #fff solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0 15px; }
    .p-products .top-recommend .related_post {
      width: 506px;
      position: absolute;
      top: 395px;
      z-index: 2;
      left: 55px; }
      .p-products .top-recommend .related_post .post-tit {
        line-height: 19px;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
        width: 400px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #c30e2e; }
        .p-products .top-recommend .related_post .post-tit:hover {
          color: #c30e2e; }
        .p-products .top-recommend .related_post .post-tit i {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 10px; }
        .p-products .top-recommend .related_post .post-tit a {
          color: #c30e2e; }
          .p-products .top-recommend .related_post .post-tit a:hover {
            color: #c30e2e; }
      .p-products .top-recommend .related_post .post-infor {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 13px;
        color: #fff;
        margin-left: 25px; }
        .p-products .top-recommend .related_post .post-infor a {
          color: #fff; }
      .p-products .top-recommend .related_post .other-report {
        position: absolute;
        right: 0px;
        line-height: 21px;
        font-size: 12px;
        font-size: 1.2rem;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        border: 1px solid #909090;
        padding: 0 8px; }
        .p-products .top-recommend .related_post .other-report a {
          color: #909090; }
  .p-products .products-list {
    padding-top: 30px; }
    .p-products .products-list .product-sort-by .tit {
      width: 142px;
      color: gray;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      border: 1px solid #d9d9d9;
      line-height: 25px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer; }
    .p-products .products-list .product-sort-by a {
      width: 170px !important;
      text-align: left !important;
      padding: 0 15px;
      color: #666;
      line-height: 32px; }
      .p-products .products-list .product-sort-by a:hover, .p-products .products-list .product-sort-by a.current {
        color: #c30e2e; }
    .p-products .products-list .product-sort-by i {
      font-size: 18px;
      font-size: 1.8rem;
      vertical-align: middle;
      margin-left: 5px; }
    .p-products .products-list .product-sort-by .dropdown-menu {
      top: 35px; }
      .p-products .products-list .product-sort-by .dropdown-menu::before {
        right: 20px; }
    .p-products .products-list .catergory {
      padding-bottom: 18px;
      border-bottom: 1px #E5E5E5 solid; }
      .p-products .products-list .catergory .tit {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        display: inline-block;
        margin-right: 20px; }
        .p-products .products-list .catergory .tit.current a {
          color: #c30e2e; }
        .p-products .products-list .catergory .tit a {
          color: #333; }
  .p-products .product-panel {
    padding: 40px 0;
    border-bottom: 1px #f2f2f2 solid; }
    .p-products .product-panel:last-child {
      border-bottom: none; }
    .p-products .product-panel .logo {
      margin-right: 30px; }
    .p-products .product-panel .cont {
      overflow: hidden; }
    .p-products .product-panel .p-tit {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 32px;
      margin-bottom: 12px; }
      .p-products .product-panel .p-tit a, .p-products .product-panel .p-tit p {
        color: #333333;
        display: inline; }
      .p-products .product-panel .p-tit .edit-product {
        font-size: 13px;
        font-size: 1.3rem;
        color: #c30e2e; }
      .p-products .product-panel .p-tit span {
        font-size: 14px;
        float: right;
        color: #808080; }
      .p-products .product-panel .p-tit .award {
        float: none;
        color: white; }
    .p-products .product-panel .time {
      margin-bottom: 14px;
      margin-top: 14px;
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px; }
      .p-products .product-panel .time a {
        color: #c30e2e;
        margin-left: 10px; }
      .p-products .product-panel .time span {
        float: right;
        color: #5AA3E8; }
    .p-products .product-panel .slogen {
      color: #808080;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      width: 700px; }
    .p-products .product-panel .p-data {
      color: #808080;
      margin-top: 15px;
      font-size: 13px;
      font-size: 1.3rem; }
    .p-products .product-panel .popularity {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 28px;
      float: right;
      color: #808080; }
      .p-products .product-panel .popularity i {
        margin-right: 10px; }
    .p-products .product-panel .award {
      display: inline-block;
      background-color: #FF9600;
      width: 89px;
      line-height: 26px;
      border: 3px #FFFFFF solid;
      color: #fff;
      font-size: 13px;
      font-size: 1.3rem;
      vertical-align: middle;
      text-align: center; }
      .p-products .product-panel .award i {
        margin-right: 5px;
        font-size: 20px;
        font-size: 2rem;
        vertical-align: middle;
        position: relative;
        top: -1px; }
      .p-products .product-panel .award.editor {
        background-color: #FC5254; }
        .p-products .product-panel .award.editor i {
          font-size: 18px;
          font-size: 1.8rem; }
      .p-products .product-panel .award.financing {
        width: 108px;
        background-color: #FF3D00;
        cursor: pointer; }
        .p-products .product-panel .award.financing i {
          font-size: 16px;
          font-size: 1.6rem; }
        .p-products .product-panel .award.financing .hide-intro {
          width: 214px;
          padding: 20px 29px 12px 39px;
          text-align: center;
          background-color: #FFF;
          border: 1px solid #EFEFEF;
          display: none;
          position: absolute;
          top: 115px;
          left: 560px;
          text-align: left; }
          .p-products .product-panel .award.financing .hide-intro ul {
            list-style-type: disc; }
        .p-products .product-panel .award.financing .triangle {
          position: absolute;
          display: inline-block;
          *display: inline;
          border: 15px solid transparent;
          border-right-color: #EFEFEF;
          left: -30px;
          top: 50%;
          margin-top: -20px; }
          .p-products .product-panel .award.financing .triangle span {
            position: absolute;
            display: inline-block;
            *display: inline;
            border: 14px solid transparent;
            border-right-color: #fff;
            left: -12px;
            top: -14px; }

.gray-bg {
  background-color: #F5F5F5;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; }
  .gray-bg .mce-toolbar-grp {
    background-color: transparent;
    position: fixed;
    top: 50%; }
  .gray-bg input {
    background-color: transparent; }

.product-detail {
  width: 100%;
  margin: 0 auto; }
  .product-detail .gray-bg {
    background-color: #F5F5F5;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset; }
  .product-detail .product-panel {
    width: 700px;
    border-bottom: 0;
    margin: 0 auto; }
    .product-detail .product-panel .popularity {
      position: static;
      margin-top: 0;
      color: #F28B73;
      font-size: 15px;
      font-size: 1.5rem; }
    .product-detail .product-panel .slogen {
      margin-bottom: 11px;
      width: auto; }
    .product-detail .product-panel .infor {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      color: #B3B3B3;
      margin-bottom: 20px; }
      .product-detail .product-panel .infor .gap-line {
        margin: 0 15px; }
    .product-detail .product-panel .linkman {
      padding: 20px 0;
      border-top: 1px dashed #E5E5E5;
      border-bottom: 1px dashed #E5E5E5; }
      .product-detail .product-panel .linkman .intro {
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 15px;
        color: #B3B3B3; }
        .product-detail .product-panel .linkman .intro.tc, .product-detail .product-panel .linkman .popup-large .intro.reminder, .popup-large .product-detail .product-panel .linkman .intro.reminder, .product-detail .product-panel .linkman .intro.cont-404, .product-detail .product-panel .linkman .list-page .list_top .intro.auction, .list-page .list_top .product-detail .product-panel .linkman .intro.auction, .product-detail .product-panel .linkman .list-page.my_post nav.intro, .list-page.my_post .product-detail .product-panel .linkman nav.intro, .product-detail .product-panel .linkman .mod-article-list .intro.reminder, .mod-article-list .product-detail .product-panel .linkman .intro.reminder, .product-detail .product-panel .linkman .post-container .post-comment h2.intro, .post-container .post-comment .product-detail .product-panel .linkman h2.intro, .product-detail .product-panel .linkman .list-page.tag .user-article-list .intro.tit, .list-page.tag .user-article-list .product-detail .product-panel .linkman .intro.tit, .product-detail .product-panel .linkman .user-detail .user-article-list .intro.tit, .user-detail .user-article-list .product-detail .product-panel .linkman .intro.tit {
          color: #666;
          margin-bottom: 20px; }
      .product-detail .product-panel .linkman .infor {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        color: #808080;
        margin-bottom: 0; }
      .product-detail .product-panel .linkman .vc-btn {
        margin: 0 auto;
        display: inline-block; }
        .product-detail .product-panel .linkman .vc-btn i {
          font-size: 32px;
          font-size: 3.2rem;
          vertical-align: middle; }
    .product-detail .product-panel .test-box {
      background-color: #F5F5F5;
      padding: 20px 25px;
      margin-top: 30px; }
      .product-detail .product-panel .test-box strong {
        margin-right: 10px;
        color: #808080;
        @include(14);
        font-weight: normal; }
        .product-detail .product-panel .test-box strong span {
          font-size: 24px;
          font-size: 2.4rem;
          color: #c30e2e;
          margin-left: 5px; }
      .product-detail .product-panel .test-box b {
        font-weight: normal;
        margin-right: 5px; }
      .product-detail .product-panel .test-box .gray {
        color: white; }
      .product-detail .product-panel .test-box .right-area {
        float: right;
        margin-top: 3px; }
        .product-detail .product-panel .test-box .right-area .btn {
          display: inline-block;
          width: 80px;
          font-size: 13px;
          height: 32px;
          line-height: 32px;
          margin: 0 1px; }
  .product-detail .product-introduce {
    width: 700px;
    margin: 0 auto;
    padding-top: 1px; }
    .product-detail .product-introduce .infor-txt {
      margin-bottom: 57px; }
    .product-detail .product-introduce .tit {
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      padding-bottom: 33px;
      border-bottom: 1px #F2F2F2 solid;
      margin-bottom: 30px; }
    .product-detail .product-introduce .small-pics {
      text-align: center;
      margin-bottom: 55px; }
      .product-detail .product-introduce .small-pics img {
        max-width: 105px;
        max-height: 70px; }
      .product-detail .product-introduce .small-pics li, .product-detail .product-introduce .small-pics ul {
        display: inline-block; }
      .product-detail .product-introduce .small-pics li {
        margin: 0 10px;
        cursor: pointer;
        border: 5px transparent solid; }
      .product-detail .product-introduce .small-pics li.current {
        border: 5px rgba(0, 0, 0, 0.7) solid; }
    .product-detail .product-introduce .intro-switch {
      margin: 40px 0;
      font-weight: bold; }
      .product-detail .product-introduce .intro-switch a {
        border-right: 1px solid #9A9A9A;
        display: inline-block;
        color: #333;
        line-height: 14px;
        padding: 0 20px; }
        .product-detail .product-introduce .intro-switch a:first-child {
          padding-left: 0; }
        .product-detail .product-introduce .intro-switch a:last-child {
          border-right: 0; }
        .product-detail .product-introduce .intro-switch a.on {
          color: #c30e2e; }
    .product-detail .product-introduce .pics {
      margin-bottom: 30px; }
      .product-detail .product-introduce .pics .slick-dots {
        bottom: 24px;
        display: none !important; }
        .product-detail .product-introduce .pics .slick-dots li {
          margin: 0 15px; }
          .product-detail .product-introduce .pics .slick-dots li button::before {
            color: transparent;
            border: 2px #fff solid;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 16px;
            height: 16px;
            opacity: 1;
            background-color: transparent; }
        .product-detail .product-introduce .pics .slick-dots li.slick-active button:before {
          opacity: 1;
          background-color: #fff; }
      .product-detail .product-introduce .pics .slick-slide img {
        display: inline-block;
        cursor: pointer; }
    .product-detail .product-introduce .intro, .product-detail .product-introduce .group-intro, .product-detail .product-introduce .txt {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 31px;
      margin-bottom: 30px; }
    .product-detail .product-introduce .txt {
      margin-bottom: 0; }
      .product-detail .product-introduce .txt a {
        color: #c30e2e; }
  .product-detail .options {
    padding-bottom: 37px;
    border-bottom: 1px #f2f2f2 solid;
    margin-bottom: 50px; }
    .product-detail .options .tags {
      width: 470px; }
    .product-detail .options .act-tag {
      margin: 10px 20px 10px 0; }
    .product-detail .options .shares .txt {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080;
      margin-right: -5px; }
    .product-detail .options .shares [class^="circle"] {
      margin-left: 15px;
      border: 1px #000 solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center; }
      .product-detail .options .shares [class^="circle"] i {
        line-height: 40px;
        font-size: 18px;
        font-size: 1.8rem; }
    .product-detail .options .shares .circle-weibo {
      border-color: #e74c3c; }
      .product-detail .options .shares .circle-weibo i {
        color: #e74c3c; }
    .product-detail .options .shares .circle-wechat {
      border-color: #44B549; }
      .product-detail .options .shares .circle-wechat i {
        color: #8ee566; }
    .product-detail .options .shares .circle-tencent {
      border-color: #39b2e2; }
      .product-detail .options .shares .circle-tencent i {
        color: #39b2e2; }
  .product-detail .buttons {
    text-align: center;
    margin-bottom: 80px; }
    .product-detail .buttons .btn {
      margin: 0 30px;
      color: #fff; }
      .product-detail .buttons .btn i {
        margin-right: 10px; }
  .product-detail .post-comment .attitude {
    color: #c30e2e;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 0; }
  .product-detail .articles {
    margin-bottom: 50px; }
    .product-detail .articles .tit {
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 25px;
      padding-bottom: 53px;
      border-bottom: 1px #F2F2F2 solid; }
    .product-detail .articles .tit-has-more {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px; }
    .product-detail .articles .more {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      padding-bottom: 40px;
      border-bottom: 1px #F2F2F2 solid; }
      .product-detail .articles .more a {
        color: #c30e2e; }
        .product-detail .articles .more a:hover {
          color: #c30e2e; }
    .product-detail .articles .reminder {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      padding: 10px 0 50px;
      color: #808080; }
      .product-detail .articles .reminder a {
        color: #c30e2e; }
        .product-detail .articles .reminder a:hover {
          color: #c30e2e; }
    .product-detail .articles .mod-article-list li {
      padding-top: 40px; }
      .product-detail .articles .mod-article-list li h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 34px;
        color: #333; }
      .product-detail .articles .mod-article-list li .intro {
        color: #808080;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        margin-bottom: 0; }
  .product-detail .post-container {
    margin-bottom: 70px; }

.trendmakers_reported {
  width: 700px;
  margin: 0 auto; }
  .trendmakers_reported h1.tit {
    padding-bottom: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    border-bottom: 1px #E5E5E5 solid; }
  .trendmakers_reported .mod-article-list {
    width: 640px;
    margin: 0 auto; }

.pbox {
  padding-bottom: 20px;
  min-height: 600px; }

.apply-list-box h3 {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px; }
  .apply-list-box h3 span {
    margin-left: 10px; }
.apply-list-box .empty-text {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin: 20px auto; }
.apply-list-box .user-list {
  padding: 40px 0; }
  .apply-list-box .user-list a {
    display: inline-block;
    text-align: center;
    color: #333;
    margin: 0px 20px 30px 20px; }
    .apply-list-box .user-list a img {
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: block;
      margin-bottom: 10px; }

.report-list-box {
  list-style: none; }
  .report-list-box a {
    text-align: center; }
    .report-list-box a.user-avatar {
      color: #c30e2e;
      display: inline-block;
      width: 84px;
      margin-right: 30px; }
      .report-list-box a.user-avatar p span {
        display: block;
        color: #808080; }
      .report-list-box a.user-avatar img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-bottom: 10px; }
  .report-list-box li {
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0; }
    .report-list-box li:first-child {
      border-top: 1px solid #D8D8D8; }
    .report-list-box li div {
      display: inline-block;
      width: 540px;
      vertical-align: top; }
      .report-list-box li div a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #333;
        display: block;
        text-align: left; }
      .report-list-box li div p {
        margin: 20px 0; }
        .report-list-box li div p a {
          color: #808080;
          font-size: 14px;
          font-size: 1.4rem;
          margin-right: 20px;
          display: inline-block; }
          .report-list-box li div p a i {
            font-size: 16px;
            font-size: 1.6rem;
            margin-right: 5px;
            position: relative;
            top: 2px; }
  .report-list-box .report-image-list {
    overflow: auto; }
    .report-list-box .report-image-list li {
      display: inline-block;
      width: 120px;
      height: 120px;
      padding: 0 !important;
      margin-right: 20px;
      border: none !important;
      float: left; }
      .report-list-box .report-image-list li:last-child {
        margin-right: 0; }
      .report-list-box .report-image-list li img {
        width: 100%; }

.apply-text {
  text-align: center;
  padding-top: 1px; }
  .apply-text h2 {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 20px; }
  .apply-text p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 30px auto; }
    .apply-text p span {
      color: #c30e2e; }
    .apply-text p.apply-note {
      width: 700px;
      background-color: #F5F5F5;
      color: #333;
      padding: 30px 0;
      text-align: center;
      margin: 30px auto; }
      .apply-text p.apply-note span.pending {
        color: #4A90E2; }
      .apply-text p.apply-note span.rejected {
        color: #E74C3C; }
      .apply-text p.apply-note span.passed {
        color: #5B9A00; }
    .apply-text p.apply-note-simple {
      color: #808080; }

.confirm-page {
  display: none; }

.form {
  width: 580px;
  margin: 50px auto;
  padding-bottom: 90px;
  padding-top: 30px; }
  .form.confirm p {
    color: #333C4E;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9;
    margin: 0; }
  .form.confirm .confirm-info {
    padding-bottom: 40px; }
    .form.confirm .confirm-info .form-control {
      margin-top: 20px; }
  .form.confirm .button-block {
    text-align: center; }
    .form.confirm .button-block button {
      margin: 0 10px;
      display: inline-block;
      width: auto;
      padding: 0 26px; }
  .form .btn {
    width: 20%; }
  .form .form-control {
    margin-bottom: 20px; }
    .form .form-control.accept-box .error-msg {
      margin-left: 0; }
    .form .form-control label {
      width: 16.2069%;
      color: #333C4E;
      font-size: 14px;
      font-size: 1.4rem;
      margin-right: 3.10345%;
      display: inline-block;
      vertical-align: top;
      line-height: 51px; }
      .form .form-control label span {
        color: #D0021B;
        margin-left: 3px; }
    .form .form-control .error-msg {
      display: block;
      margin-left: 18%;
      color: #D0021B;
      margin-top: 10px; }
    .form .form-control .sub {
      width: auto; }
      .form .form-control .sub:last-child {
        margin-right: 0; }
      .form .form-control .sub span {
        color: #333C4E;
        font-size: 14px;
        font-size: 1.4rem;
        margin-left: 10px;
        margin-right: 5px; }
    .form .form-control.error input {
      border-color: #D0021B !important; }
    .form .form-control.error .nice-select {
      border-color: #D0021B; }
    .form .form-control input[type=text], .form .form-control textarea {
      border: 1px solid #D9D9D9;
      height: 49px;
      width: 58.62069%;
      border-radius: 5px;
      padding: 0 2%;
      font-size: 18px;
      font-size: 1.8rem;
      outline: none;
      background-color: white; }
    .form .form-control textarea {
      height: auto;
      padding: 2%; }
    .form .form-control select {
      width: 100px; }
    .form .form-control .control-cell {
      width: 77.58621%;
      display: inline-block; }
      .form .form-control .control-cell span {
        margin: 0 10px 0 0; }
      .form .form-control .control-cell input {
        margin-top: 20px;
        width: 73.22176%; }
    .form .form-control > span {
      margin: 0 10px 0 2px; }
    .form .form-control strong {
      line-height: 51px;
      font-size: 14px; }
    .form .form-control .list {
      max-height: 200px;
      overflow: auto; }
  .form .nice-select {
    display: inline-block;
    float: none;
    height: 51px;
    line-height: 51px;
    margin-right: 10px;
    border: 1px solid #D9D9D9; }
    .form .nice-select .current {
      background: none; }
  .form .icheckbox_minimal-yellow {
    margin-right: 10px; }

.report-list li a {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem; }
.report-list li p {
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem; }
.report-list li .info-area {
  overflow: auto;
  margin: 20px auto 0 auto; }
  .report-list li .info-area p {
    font-size: 13px;
    font-size: 1.3rem;
    float: left; }
  .report-list li .info-area span {
    font-size: 13px;
    font-size: 1.3rem;
    color: #4A90E2;
    float: right; }
    .report-list li .info-area span a {
      font-size: 13px;
      font-size: 1.3rem;
      color: #4A90E2;
      margin-left: 10px; }
.report-list li .report-image-list {
  overflow: auto; }
  .report-list li .report-image-list li {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding-bottom: 0 !important;
    margin-right: 20px;
    float: left; }
    .report-list li .report-image-list li:last-child {
      margin-right: 0; }
    .report-list li .report-image-list li img {
      width: 100%; }

.wrapper.gray {
  background-color: #F5F5F5; }

.sub-tab {
  padding: 20px 0 20px 0;
  margin-bottom: 0px; }
  .sub-tab .inner {
    width: 980px;
    margin: 0 auto;
    overflow: auto; }
  .sub-tab ul {
    float: left; }
    .sub-tab ul li {
      display: inline-block; }
      .sub-tab ul li:last-child a {
        border: none; }
      .sub-tab ul li a {
        color: #333;
        padding: 0 14px;
        border-right: 1px solid #9A9A9A;
        display: inline-block;
        line-height: 10px; }
        .sub-tab ul li a.on {
          color: #c30e2e; }
  .sub-tab #show-rules {
    float: right;
    color: #333; }

#popup-apply-success, #popup-trail-note {
  text-align: center !important; }
  #popup-apply-success h2, #popup-trail-note h2 {
    text-align: center;
    color: #444;
    font-size: 24px;
    color: #424242;
    margin: 30px auto; }
  #popup-apply-success p, #popup-trail-note p {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
  #popup-apply-success button, #popup-trail-note button {
    margin: 30px auto;
    width: 110px; }
  #popup-apply-success i, #popup-trail-note i {
    color: #B3B3B3;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: normal;
    display: inline-block; }

#popup-trail-note p {
  text-align: left;
  width: 60%;
  margin: 20px auto; }

.test-product-list {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .test-product-list li {
    width: 48.95833%;
    background-color: white;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden; }
    .test-product-list li.full-width {
      width: 100%; }
      .test-product-list li.full-width .info-block {
        padding: 3.125%; }
  .test-product-list .img-link {
    display: block;
    width: 100%;
    position: relative;
    color: white; }
    .test-product-list .img-link img {
      width: 100%; }
    .test-product-list .img-link i {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #2BBC49;
      padding: 5px 10px;
      display: block;
      color: white;
      font-style: normal; }
  .test-product-list .info-block {
    padding: 6.38298%; }
    .test-product-list .info-block h2 {
      color: #333C4E;
      margin-top: 0;
      width: 80%;
      font-size: 24px;
      font-size: 2.4rem;
      display: inline-block; }
      .test-product-list .info-block h2 a {
        color: #333C4E; }
      .test-product-list .info-block h2 span {
        display: block;
        color: #505867;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
    .test-product-list .info-block .logo {
      display: inline-block;
      float: right;
      width: 60px;
      height: 60px; }
      .test-product-list .info-block .logo img {
        width: 100%;
        height: 100%; }
    .test-product-list .info-block hr {
      border: none;
      border-bottom: 1px solid #EEEEEE;
      width: 100%;
      height: 2px;
      margin-top: 27px; }
    .test-product-list .info-block .bottom-block {
      margin-top: 15px;
      overflow: auto; }
      .test-product-list .info-block .bottom-block p {
        color: #828891;
        font-size: 13px;
        font-size: 1.3rem;
        display: inline-block;
        float: left;
        margin: 0;
        line-height: 20px; }
        .test-product-list .info-block .bottom-block p span {
          float: none;
          margin: 0 5px;
          color: #828891; }
      .test-product-list .info-block .bottom-block time, .test-product-list .info-block .bottom-block span {
        color: #828891;
        font-size: 13px;
        font-size: 1.3rem;
        float: right;
        line-height: 20px; }
      .test-product-list .info-block .bottom-block span {
        color: #828891; }
      .test-product-list .info-block .bottom-block a {
        color: #4990e2; }

.p-search {
  width: 580px;
  margin: 0 auto; }
  .p-search .load-more {
    margin-bottom: 40px; }
  .p-search .input-part {
    margin-top: 140px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D8D8D8; }
    .p-search .input-part input {
      border: none;
      color: #C0C0C0;
      line-height: 49px;
      font-size: 36px;
      font-size: 3.6rem;
      width: 100%; }
  .p-search .result-part {
    min-height: 300px; }
    .p-search .result-part .tit {
      padding-top: 20px;
      border-top: 1px solid #F2F2F2;
      line-height: 22px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #808080; }
    .p-search .result-part .author-info .pos {
      width: auto; }
    .p-search .result-part .part:first-child .tit {
      border-top: none; }
    .p-search .result-part .part li {
      border-bottom: 1px #f2f2f2 solid; }
      .p-search .result-part .part li em {
        color: #c30e2e !important;
        font-style: normal; }
      .p-search .result-part .part li:last-child {
        border-bottom: none; }
      .p-search .result-part .part li .author-avatar img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .p-search .result-part .part li .author-name {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 34px;
        color: #333; }
      .p-search .result-part .part li .product-name {
        color: #333333;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 33px;
        margin-bottom: 15px;
        display: inline-block; }
      .p-search .result-part .part li .author-cont {
        display: block; }
      .p-search .result-part .part li .pic-product {
        margin-right: 30px; }
      .p-search .result-part .part li .pic {
        margin-right: 30px; }
      .p-search .result-part .part li .pos {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #808080;
        padding: 0 125px 0 0; }
      .p-search .result-part .part li .intro {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #808080;
        padding: 0; }
      .p-search .result-part .part li .cont {
        width: 100%; }
    .p-search .result-part .part .see-all {
      margin-bottom: 50px; }
      .p-search .result-part .part .see-all a {
        color: #c30e2e; }
        .p-search .result-part .part .see-all a:hover {
          color: #c30e2e; }
    .p-search .result-part .part .investment-li {
      padding: 30px 0;
      border-bottom: 1px solid #F2F2F2; }
      .p-search .result-part .part .investment-li .left {
        width: 450px;
        padding-right: 30px; }
        .p-search .result-part .part .investment-li .left .author-info {
          padding: 0; }
        .p-search .result-part .part .investment-li .left .intro {
          margin-bottom: 15px; }
        .p-search .result-part .part .investment-li .left .txt {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 15px;
          color: #B3B3B3; }
      .p-search .result-part .part .investment-li .right {
        width: 130px;
        padding: 35px 0 35px 0px;
        text-align: center;
        border-left: 1px solid rgba(216, 216, 216, 0.5);
        color: #808080; }
        .p-search .result-part .part .investment-li .right .coins {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 27px;
          margin-bottom: 14px; }
        .p-search .result-part .part .investment-li .right .already {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 14px;
          margin-bottom: 21px; }
    .p-search .result-part .part .novel-li {
      position: relative; }
      .p-search .result-part .part .novel-li ul {
        margin-bottom: 0; }
      .p-search .result-part .part .novel-li li {
        border: none;
        margin-bottom: 12px;
        line-height: 24px; }
        .p-search .result-part .part .novel-li li .title {
          display: inline-block;
          color: #5187B2;
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 22px; }
          .p-search .result-part .part .novel-li li .title a {
            color: #5187B2; }
        .p-search .result-part .part .novel-li li .time {
          font-size: 14px;
          font-size: 1.4rem;
          color: #94A0B0;
          line-height: 24px; }
      .p-search .result-part .part .novel-li .intro {
        margin-bottom: 20px; }
      .p-search .result-part .part .novel-li .author-name {
        display: inline-block;
        margin-bottom: 15px; }
        .p-search .result-part .part .novel-li .author-name a {
          color: #000; }
      .p-search .result-part .part .novel-li .see-more {
        display: inline-block;
        position: absolute;
        font-size: 14px;
        font-size: 1.4rem;
        bottom: 42px;
        right: 0;
        color: #5187B2;
        line-height: 26px;
        border: 1px solid #F2F2F2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 0 5px; }
      .p-search .result-part .part .novel-li .name, .p-search .result-part .part .novel-li .txt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        color: #808080; }
      .p-search .result-part .part .novel-li .txt {
        color: #b3b3b3; }
      .p-search .result-part .part .novel-li .line {
        color: #d8d8d8;
        margin: 0 5px; }
    .p-search .result-part .part .nictation-list li {
      padding: 30px 0; }
      .p-search .result-part .part .nictation-list li .title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 33px;
        margin-bottom: 15px; }
        .p-search .result-part .part .nictation-list li .title a {
          color: #333333; }
      .p-search .result-part .part .nictation-list li .main {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        color: #808080;
        margin-bottom: 15px; }
        .p-search .result-part .part .nictation-list li .main a {
          color: #808080; }
        .p-search .result-part .part .nictation-list li .main a.orange {
          color: #c30e2e; }
      .p-search .result-part .part .nictation-list li .info {
        color: #808080;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem; }

.result-list .investment-li {
  padding: 30px 0;
  border-bottom: 1px solid #F2F2F2; }
  .result-list .investment-li .left {
    width: 450px;
    padding-right: 30px; }
    .result-list .investment-li .left .author-info {
      padding: 0; }
    .result-list .investment-li .left .intro {
      margin-bottom: 15px; }
    .result-list .investment-li .left .txt {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      color: #B3B3B3; }
  .result-list .investment-li .right {
    width: 130px;
    padding: 35px 0 35px 0px;
    text-align: center;
    border-left: 1px solid rgba(216, 216, 216, 0.5);
    color: #808080; }
    .result-list .investment-li .right .coins {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 27px;
      margin-bottom: 14px; }
    .result-list .investment-li .right .already {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      margin-bottom: 21px; }
.result-list .novel-li {
  position: relative; }
  .result-list .novel-li ul {
    margin-bottom: 0; }
  .result-list .novel-li li {
    border: none;
    margin-bottom: 12px;
    line-height: 24px; }
    .result-list .novel-li li .title {
      display: inline-block;
      color: #5187B2;
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 22px; }
      .result-list .novel-li li .title a {
        color: #5187B2; }
    .result-list .novel-li li .time {
      font-size: 14px;
      font-size: 1.4rem;
      color: #94A0B0;
      line-height: 24px; }
  .result-list .novel-li .intro {
    margin-bottom: 20px; }
  .result-list .novel-li .author-name {
    display: inline-block;
    margin-bottom: 15px;
    color: #333; }
    .result-list .novel-li .author-name a {
      color: #000; }
  .result-list .novel-li .see-more {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-size: 1.4rem;
    bottom: 42px;
    right: 0;
    color: #5187B2;
    line-height: 26px;
    border: 1px solid #F2F2F2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px; }
  .result-list .novel-li .name, .result-list .novel-li .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #808080; }
  .result-list .novel-li .txt {
    color: #b3b3b3; }
  .result-list .novel-li .line {
    color: #d8d8d8;
    margin: 0 5px; }
.result-list .nictation-li {
  padding: 30px 0; }
  .result-list .nictation-li .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33px;
    margin-bottom: 15px; }
    .result-list .nictation-li .title a {
      color: #333333; }
  .result-list .nictation-li .main {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #808080;
    margin-bottom: 15px; }
    .result-list .nictation-li .main a {
      color: #808080; }
    .result-list .nictation-li .main a.orange {
      color: #c30e2e; }
  .result-list .nictation-li .info {
    color: #808080;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes turnl {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }
@keyframes turnr {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.qianzai-header {
  line-height: 80px;
  height: 80px; }
  .qianzai-header .inner {
    width: 980px;
    margin: 0 auto;
    color: #666; }
    .qianzai-header .inner .options {
      font-size: 18px;
      font-size: 1.8rem; }
      .qianzai-header .inner .options .btn {
        border-color: rgba(128, 128, 128, 0.5);
        margin-right: 20px; }
      .qianzai-header .inner .options .line {
        position: relative;
        top: -2px; }
    .qianzai-header .inner .logo_img {
      display: inline-block;
      *display: inline;
      vertical-align: top; }
    .qianzai-header .inner .columns {
      margin-left: 10px;
      display: inline-block;
      *display: inline; }
      .qianzai-header .inner .columns .column-line {
        margin-right: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        *display: inline;
        vertical-align: top; }
      .qianzai-header .inner .columns .column-title {
        font-size: 20px;
        font-size: 2rem;
        margin-right: 44px;
        display: inline-block;
        *display: inline; }
      .qianzai-header .inner .columns a.news-menu i,
      .qianzai-header .inner .columns a.projects-menu i {
        display: inline-block;
        *display: inline; }
      .qianzai-header .inner .columns a.news-menu i.hover,
      .qianzai-header .inner .columns a.projects-menu i.hover {
        animation: turnl 0.3s linear 0s 1 normal running forwards; }
      .qianzai-header .inner .columns a.news-menu i.hover-out,
      .qianzai-header .inner .columns a.projects-menu i.hover-out {
        animation: turnr 0.5s linear 0s 1 normal running forwards; }
    .qianzai-header .inner a {
      color: #666; }
    .qianzai-header .inner ul.column-list {
      display: inline-block;
      *display: inline; }
      .qianzai-header .inner ul.column-list li {
        display: inline-block;
        *display: inline;
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 25px; }
        .qianzai-header .inner ul.column-list li a {
          position: relative;
          display: block;
          color: #666666;
          padding: 0 6px; }
          .qianzai-header .inner ul.column-list li a:hover, .qianzai-header .inner ul.column-list li a.current {
            color: #c30e2e; }
            .qianzai-header .inner ul.column-list li a:hover .avia-menu-fx, .qianzai-header .inner ul.column-list li a.current .avia-menu-fx {
              opacity: 1;
              visibility: visible; }
        .qianzai-header .inner ul.column-list li .avia-menu-fx {
          position: absolute;
          bottom: 0px;
          height: 3px;
          z-index: 2;
          width: 100%;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -moz-transition: all 0.3s ease-out;
          -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          background-color: #c30e2e; }
    .qianzai-header .inner .dropdown-news-menu, .qianzai-header .inner .dropdown-projects-menu {
      left: -245px;
      top: -35px; }
      .qianzai-header .inner .dropdown-news-menu .dropdown-menu, .qianzai-header .inner .dropdown-projects-menu .dropdown-menu {
        padding: 32px 30px 12px;
        left: -14px; }
        .qianzai-header .inner .dropdown-news-menu .dropdown-menu:before, .qianzai-header .inner .dropdown-projects-menu .dropdown-menu:before {
          right: 15px; }
      .qianzai-header .inner .dropdown-news-menu ul, .qianzai-header .inner .dropdown-projects-menu ul {
        line-height: 20px; }
      .qianzai-header .inner .dropdown-news-menu li, .qianzai-header .inner .dropdown-projects-menu li {
        margin-right: 0;
        width: 60px;
        line-height: 20px;
        margin-bottom: 20px; }
        .qianzai-header .inner .dropdown-news-menu li a, .qianzai-header .inner .dropdown-projects-menu li a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px; }
          .qianzai-header .inner .dropdown-news-menu li a.current, .qianzai-header .inner .dropdown-projects-menu li a.current {
            color: #c30e2e; }
      .qianzai-header .inner .dropdown-news-menu a, .qianzai-header .inner .dropdown-projects-menu a {
        padding: 0; }
    .qianzai-header .inner .dropdown-projects-menu {
      left: -377px; }
    .qianzai-header .inner .user-dropdown ul {
      line-height: 40px; }
    .qianzai-header .inner .dropdown-menu-user .dropdown-menu {
      right: 0px;
      top: 70px;
      padding: 3px 0px;
      line-height: 32px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .qianzai-header .inner .dropdown-menu-user .dropdown-menu a {
        display: inline-block;
        *display: inline;
        width: 86px;
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        color: #666666; }
        .qianzai-header .inner .dropdown-menu-user .dropdown-menu a:hover {
          color: #c30e2e; }
      .qianzai-header .inner .dropdown-menu-user .dropdown-menu .current {
        color: #c30e2e; }
      .qianzai-header .inner .dropdown-menu-user .dropdown-menu::before {
        right: calc(10px);
        right: -webkit-calc(10px);
        right: -moz-calc(10px); }
    .qianzai-header .inner .line {
      height: 15px;
      display: inline-block;
      *display: inline;
      vertical-align: middle;
      margin: 0 5px;
      border-right: 1px solid #666; }

.vc-ident {
  color: #333333;
  width: 100%;
  overflow: hidden; }
  .vc-ident .top-intro {
    background-image: url("/public/css/img/vc-bg.jpg");
    background-position: center 0;
    min-height: 100vh;
    background-size: cover; }
    .vc-ident .top-intro .cont {
      position: relative;
      width: 1200px;
      margin: 0 auto;
      height: 100vh; }
      .vc-ident .top-intro .cont .logo {
        display: block;
        padding-top: 60px; }
    .vc-ident .top-intro .a1 {
      animation-delay: 0.1s; }
    .vc-ident .top-intro .a2 {
      animation-delay: 0.5s; }
    .vc-ident .top-intro .a3 {
      animation-delay: 0.9s; }
    .vc-ident .top-intro .a4 {
      animation-delay: 1.3s; }
    .vc-ident .top-intro .a5 {
      animation-delay: 1.7s; }
    .vc-ident .top-intro .words {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
      -moz-transform: translate(-50%, -80%);
      -webkit-transform: translate(-50%, -80%);
      -o-transform: translate(-50%, -80%);
      text-align: center; }
      .vc-ident .top-intro .words .title {
        font-size: 64px;
        line-height: 84px;
        color: #FC4B4B;
        font-weight: bold; }
      .vc-ident .top-intro .words .line {
        display: inline-block;
        *display: inline;
        width: 260px;
        height: 2px;
        background-color: #FC4B4B;
        margin: 20px 0 40px 0; }
      .vc-ident .top-intro .words .intro {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        color: #fff; }
    .vc-ident .top-intro .cover-part {
      width: 414px;
      height: 324px;
      z-index: 3;
      position: absolute;
      text-align: center;
      right: -89px;
      bottom: 42px; }
    .vc-ident .top-intro .b-part {
      width: 0px;
      height: 0px;
      overflow: hidden; }
      .vc-ident .top-intro .b-part.active {
        width: 414px;
        height: 324px;
        -webkit-transition: all 0.6s linear 0.09s;
        -moz-transition: all 0.6s linear 0.09s;
        -o-transition: all 0.6s linear 0.09s;
        transition: all 0.6s linear 0.09s; }
    .vc-ident .top-intro .w-pic, .vc-ident .top-intro .b-pic {
      position: relative;
      display: inline-block;
      *display: inline;
      right: 0; }
      .vc-ident .top-intro .w-pic h4, .vc-ident .top-intro .b-pic h4 {
        display: inline-block;
        *display: inline;
        color: #fff;
        position: absolute;
        font-size: 14px;
        line-height: 20px; }
    .vc-ident .top-intro .w-pic img {
      animation: spin 2s ease 2.1s; }
    .vc-ident .top-intro .w-pic .t1, .vc-ident .top-intro .w-pic .t6 {
      left: 50%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    .vc-ident .top-intro .w-pic .t1 {
      top: -28px; }
    .vc-ident .top-intro .w-pic .t6 {
      bottom: -28px; }
    .vc-ident .top-intro .w-pic .t2, .vc-ident .top-intro .w-pic .t3 {
      top: 55px; }
    .vc-ident .top-intro .w-pic .t4, .vc-ident .top-intro .w-pic .t5 {
      bottom: 60px; }
    .vc-ident .top-intro .w-pic .t2, .vc-ident .top-intro .w-pic .t4 {
      transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      left: -15px; }
    .vc-ident .top-intro .w-pic .t3, .vc-ident .top-intro .w-pic .t5 {
      transform: translateX(100%);
      -ms-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      right: -15px; }
    .vc-ident .top-intro .b-pic {
      margin-top: 117px;
      position: absolute;
      width: 235px;
      height: 134px;
      right: 89px;
      bottom: 73px; }
      .vc-ident .top-intro .b-pic h4 {
        color: #333; }
      .vc-ident .top-intro .b-pic .t4, .vc-ident .top-intro .b-pic .t5 {
        bottom: 45px; }
      .vc-ident .top-intro .b-pic .t6 {
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        bottom: -43px; }
      .vc-ident .top-intro .b-pic .t4 {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        left: -15px; }
      .vc-ident .top-intro .b-pic .t5 {
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        right: -15px; }
  .vc-ident .form-banner {
    width: 100%;
    background-color: #fff;
    position: relative;
    transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    -o-transform: translateX(100vw);
    top: 40px; }
    .vc-ident .form-banner.active {
      display: block;
      top: 0px;
      transform: translateX(0vw);
      -ms-transform: translateX(0vw);
      -moz-transform: translateX(0vw);
      -webkit-transform: translateX(0vw);
      -o-transform: translateX(0vw);
      -webkit-transition: transform 0.5s linear;
      -moz-transition: transform 0.5s linear;
      -o-transition: transform 0.5s linear;
      transition: transform 0.5s linear; }
    .vc-ident .form-banner .bias {
      width: 200%;
      left: -50%;
      position: absolute;
      height: 540px;
      -moz-transform: rotate(-9.7deg);
      -o-transform: rotate(-9.7deg);
      -webkit-transform: rotate(-9.7deg);
      transform: rotate(-9.7deg);
      top: -144px;
      background-color: #FFF; }
    .vc-ident .form-banner .words {
      position: relative;
      text-align: center;
      z-index: 2;
      position: relative;
      top: -70px;
      padding-bottom: 70px; }
      .vc-ident .form-banner .words .title {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 21px; }
      .vc-ident .form-banner .words .line {
        display: inline-block;
        *display: inline;
        background-color: #333;
        width: 80px;
        height: 2px;
        margin-bottom: 20px; }
      .vc-ident .form-banner .words .intro {
        font-size: 18px;
        line-height: 22px;
        color: #666;
        margin-bottom: 59px; }
      .vc-ident .form-banner .words .be-vc {
        padding: 17px 50px;
        color: #fff;
        font-size: 24px;
        background-color: #FF3D00;
        border: 0;
        margin-bottom: 71px;
        font-weight: bold; }
      .vc-ident .form-banner .words .bottom-banner {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #F2F2F2;
        line-height: 150px;
        text-align: center;
        font-size: 24px; }
        .vc-ident .form-banner .words .bottom-banner .cont {
          width: 1200px;
          margin: 0 auto;
          overflow: hidden; }
        .vc-ident .form-banner .words .bottom-banner .guid {
          color: #646464;
          margin-right: 55px; }
        .vc-ident .form-banner .words .bottom-banner .focus {
          line-height: 65px;
          background-color: #FC4B4B;
          padding: 0 46px;
          border: 0;
          color: #fff;
          font-weight: bold; }
        .vc-ident .form-banner .words .bottom-banner input {
          border: 2px solid #aaa;
          line-height: 65px;
          padding: 0 20px;
          color: #aaa;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          margin-right: 30px;
          background-color: transparent; }
    .vc-ident .form-banner .benefit {
      width: 966px;
      margin: 0 auto 90px; }
      .vc-ident .form-banner .benefit li {
        display: inline-block;
        *display: inline;
        text-align: center;
        width: 30%;
        vertical-align: top; }
        .vc-ident .form-banner .benefit li img {
          margin-bottom: 64px; }
      .vc-ident .form-banner .benefit .txt {
        display: block;
        font-size: 24px;
        line-height: 38px; }
    .vc-ident .form-banner .vc-form {
      padding-top: 80px;
      width: 1100px;
      margin: 0 auto 81px;
      font-size: 0; }
      .vc-ident .form-banner .vc-form .title {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 21px; }
      .vc-ident .form-banner .vc-form .line {
        width: 80px;
        height: 2px;
        background-color: #333;
        margin-bottom: 30px; }
      .vc-ident .form-banner .vc-form form {
        padding-bottom: 300px;
        position: relative; }
      .vc-ident .form-banner .vc-form .guid {
        font-size: 16px;
        line-height: 16px;
        color: #808080;
        margin-bottom: 45px; }
      .vc-ident .form-banner .vc-form .left, .vc-ident .form-banner .vc-form .right {
        display: inline-block;
        *display: inline; }
      .vc-ident .form-banner .vc-form .left {
        width: 36.36%;
        margin-right: 9.09%; }
      .vc-ident .form-banner .vc-form .right {
        width: 54.55%;
        vertical-align: top; }
      .vc-ident .form-banner .vc-form .part {
        margin-bottom: 50px; }
        .vc-ident .form-banner .vc-form .part:last-child {
          margin-bottom: 0; }
        .vc-ident .form-banner .vc-form .part label {
          display: block;
          font-size: 16px;
          margin-bottom: 16px; }
        .vc-ident .form-banner .vc-form .part .unempty {
          color: #c30e2e; }
        .vc-ident .form-banner .vc-form .part .tip {
          font-size: 13px;
          color: #808080; }
        .vc-ident .form-banner .vc-form .part input[type="text"], .vc-ident .form-banner .vc-form .part textarea {
          width: 80%;
          height: 38px;
          border: 1px solid #D9D9D9;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          margin-bottom: 15px;
          font-size: 14px;
          line-height: 38px;
          padding: 0 10px; }
          .vc-ident .form-banner .vc-form .part input[type="text"].small, .vc-ident .form-banner .vc-form .part textarea.small {
            width: 40%; }
        .vc-ident .form-banner .vc-form .part .get-code {
          text-align: center;
          background-color: #f2f2f2;
          display: inline-block;
          *display: inline;
          width: 35%;
          line-height: 38px;
          color: #A0A0A0;
          font-size: 16px;
          margin-left: 20px;
          cursor: pointer;
          color: #fff;
          background-color: #FF3D00; }
          .vc-ident .form-banner .vc-form .part .get-code.disable {
            background-color: #f2f2f2;
            color: #A0A0A0; }
        .vc-ident .form-banner .vc-form .part input[type="text"] {
          padding-right: 40px; }
        .vc-ident .form-banner .vc-form .part textarea {
          width: 100%;
          min-height: 100px;
          resize: no; }
        .vc-ident .form-banner .vc-form .part .help {
          color: #808080;
          font-size: 13px;
          line-height: 13px; }
        .vc-ident .form-banner .vc-form .part .status {
          display: inline-block;
          *display: inline;
          line-height: 38px;
          margin-left: -30px;
          vertical-align: top; }
          .vc-ident .form-banner .vc-form .part .status i {
            display: none;
            font-size: 24px;
            vertical-align: middle; }
        .vc-ident .form-banner .vc-form .part .label-status {
          line-height: normal; }
        .vc-ident .form-banner .vc-form .part .success .icon-circle-check {
          display: inline-block;
          *display: inline;
          color: #1FCBA3; }
        .vc-ident .form-banner .vc-form .part .error .icon-circle-cross {
          display: inline-block;
          *display: inline;
          color: #FF5A60; }
        .vc-ident .form-banner .vc-form .part .underline {
          padding-bottom: 16px;
          border-bottom: 1px solid #D9D9D9; }
        .vc-ident .form-banner .vc-form .part .photo-bannel {
          border: 2px solid #E5E5E5;
          background-color: #F2F2F2;
          width: 110px;
          height: 110px;
          text-align: center;
          cursor: pointer; }
          .vc-ident .form-banner .vc-form .part .photo-bannel i {
            line-height: 106px;
            font-size: 28px;
            color: #B3B3B3; }
        .vc-ident .form-banner .vc-form .part .checkboxs label {
          display: inline-block;
          *display: inline;
          width: 175px;
          margin-bottom: 20px; }
        .vc-ident .form-banner .vc-form .part .checkboxs input {
          margin-right: 7px; }
        .vc-ident .form-banner .vc-form .part .dropdown-part {
          margin: 0 0 30px 0; }
      .vc-ident .form-banner .vc-form .identity-part .form-part {
        margin-bottom: 20px; }
      .vc-ident .form-banner .vc-form .identity-part .scale-label {
        vertical-align: top;
        margin-right: 20px; }
      .vc-ident .form-banner .vc-form .identity-part .radios {
        display: inline-block;
        *display: inline; }
        .vc-ident .form-banner .vc-form .identity-part .radios input {
          margin-right: 10px; }
      .vc-ident .form-banner .vc-form .identity-part .set-part .start-time span {
        font-size: 16px;
        line-height: 38px; }
      .vc-ident .form-banner .vc-form .identity-part .set-part .form-part {
        margin-bottom: 20px; }
      .vc-ident .form-banner .vc-form .identity-part .set-part .input-label {
        width: 14%;
        margin-right: 10px;
        margin-bottom: 0; }
      .vc-ident .form-banner .vc-form .identity-part .set-part input[type="text"] {
        width: 38%;
        margin-bottom: 0; }
      .vc-ident .form-banner .vc-form .identity-part .set-part .little-input {
        width: 16% !important;
        margin-right: 20px;
        margin-bottom: 0; }
      .vc-ident .form-banner .vc-form .identity-part .set-part .until_now {
        margin: 0 10px; }
      .vc-ident .form-banner .vc-form .identity-part .input-label {
        display: inline-block;
        *display: inline; }
      .vc-ident .form-banner .vc-form .case-part .case-infors span {
        color: #333;
        font-size: 16px;
        line-height: 17px; }
      .vc-ident .form-banner .vc-form .case-part .case-infors label {
        width: 150px;
        display: inline-block;
        *display: inline;
        font-size: 16px;
        color: #909090; }
      .vc-ident .form-banner .vc-form .case-part .case-infors .right-button {
        vertical-align: bottom; }
      .vc-ident .form-banner .vc-form .case-part .case-infors .case-info {
        margin-bottom: 20px; }
      .vc-ident .form-banner .vc-form .case-part .add {
        color: #FF5A60; }
      .vc-ident .form-banner .vc-form .case-part .hide-form {
        border: #D8D8D8 1px solid;
        padding: 30px 30px 30px 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .input-label {
          display: inline-block;
          *display: inline;
          width: 30%;
          margin-right: 10px;
          margin-bottom: 0; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .form-part {
          margin-bottom: 20px;
          font-size: 16px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .input_normal {
          width: 53%;
          margin-bottom: 0; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .s-label {
          display: inline-block;
          *display: inline;
          margin-right: 20px; }
          .vc-ident .form-banner .vc-form .case-part .hide-form .s-label input {
            margin-right: 7px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .middle_input {
          width: 41%; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .little-input {
          width: 140px;
          margin-bottom: 0;
          vertical-align: middle;
          margin-right: 15px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .start-time {
          display: inline-block;
          *display: inline; }
          .vc-ident .form-banner .vc-form .case-part .hide-form .start-time.block {
            display: block;
            overflow: hidden; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .dropdown-part {
          display: inline-block;
          *display: inline;
          vertical-align: middle;
          margin-bottom: 0;
          margin-right: 20px; }
          .vc-ident .form-banner .vc-form .case-part .hide-form .dropdown-part .dropdown-btn, .vc-ident .form-banner .vc-form .case-part .hide-form .dropdown-part ul {
            width: 140px; }
          .vc-ident .form-banner .vc-form .case-part .hide-form .dropdown-part .dropdown-btn {
            padding-top: 9px;
            padding-bottom: 4px;
            border-color: #D8D8D8; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .investment_stage .dropdown-btn, .vc-ident .form-banner .vc-form .case-part .hide-form .investment_stage ul {
          width: 230px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .btn {
          margin: 0 15px; }
        .vc-ident .form-banner .vc-form .case-part .hide-form .buttons {
          text-align: right;
          padding-right: 129px; }
      .vc-ident .form-banner .vc-form .mobile-part .status {
        margin-left: 10px; }
      .vc-ident .form-banner .vc-form .bio-part {
        position: relative; }
        .vc-ident .form-banner .vc-form .bio-part .status {
          position: absolute;
          right: 10px;
          bottom: 25px; }
      .vc-ident .form-banner .vc-form .summit-part {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
        .vc-ident .form-banner .vc-form .summit-part .notice {
          display: block;
          color: #333;
          font-size: 16px;
          margin-bottom: 21px; }
          .vc-ident .form-banner .vc-form .summit-part .notice input {
            margin-right: 7px; }
          .vc-ident .form-banner .vc-form .summit-part .notice a {
            color: #FF3D00; }
        .vc-ident .form-banner .vc-form .summit-part .submit {
          padding: 21px 50px;
          color: #fff;
          font-size: 24px;
          background-color: #FF3D00;
          border: 0; }

.vc_index .top_banner {
  text-align: center;
  background-image: url("/public/css/img/vc-bg-top.jpg");
  background-size: cover;
  background-position: top center;
  min-height: 560px; }
  .vc_index .top_banner .cont {
    padding-top: 60px;
    color: #FFF; }
    .vc_index .top_banner .cont .title {
      font-size: 72px;
      font-size: 7.2rem;
      line-height: 83px;
      margin-bottom: 27px;
      text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
      letter-spacing: 20px;
      display: none; }
    .vc_index .top_banner .cont img {
      margin-bottom: 27px; }
    .vc_index .top_banner .cont .intro {
      margin-bottom: 70px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
      font-weight: bolder;
      letter-spacing: 24px;
      margin-right: -30px; }
    .vc_index .top_banner .cont ul {
      margin: 0 auto;
      width: 802px;
      height: 120px;
      padding: 20px 0;
      border: 1px solid rgba(255, 255, 255, 0.3);
      text-align: left;
      font-size: 0;
      margin-bottom: 70px; }
      .vc_index .top_banner .cont ul li {
        text-align: center;
        display: inline-block;
        *display: inline;
        width: 266px;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding: 12px 0; }
        .vc_index .top_banner .cont ul li h2 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 28px;
          font-weight: bold; }
        .vc_index .top_banner .cont ul li:last-child {
          border-right: none; }
    .vc_index .top_banner .cont .options a {
      margin: 0 20px; }
    .vc_index .top_banner .cont .options .black {
      width: 140px; }
    .vc_index .top_banner .cont .options .large {
      width: 180px; }
.vc_index .funding_list {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0 46px; }
  .vc_index .funding_list .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    letter-spacing: 2.5px;
    margin-bottom: 40px; }
  .vc_index .funding_list table {
    color: #666666;
    margin-bottom: 40px; }
    .vc_index .funding_list table th:first-child {
      text-align: left;
      padding-left: 80px; }
    .vc_index .funding_list table th:last-child {
      padding-right: 10px; }
    .vc_index .funding_list table td {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .vc_index .funding_list table td.tl {
        text-align: left;
        padding-left: 10px; }
      .vc_index .funding_list table td:last-child {
        padding-right: 10px; }
      .vc_index .funding_list table td img {
        border: 1px solid #EBECED; }
    .vc_index .funding_list table tr {
      height: 92px; }
    .vc_index .funding_list table tr:nth-child(2n+1) {
      border-top: 1px #F2F2F2 solid;
      border-bottom: 1px #F2F2F2 solid;
      background-color: #F7F9FA; }
    .vc_index .funding_list table tr:first-child {
      line-height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      border: none;
      color: #808080;
      height: auto;
      background-color: rgba(86, 150, 249, 0.08); }
    .vc_index .funding_list table .tit {
      color: #5696F9;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      .vc_index .funding_list table .tit a {
        color: #5696F9; }
    .vc_index .funding_list table .intro {
      color: #666;
      font-size: 13px;
      font-size: 1.3rem;
      padding-right: 20px;
      line-height: 18px; }
.vc_index .trendmakers {
  width: 100%;
  background-color: #F7FAFF;
  padding: 60px 0; }
  .vc_index .trendmakers a {
    color: inherit !important; }
  .vc_index .trendmakers .cont {
    width: 1090px;
    margin: 0 auto; }
  .vc_index .trendmakers .title {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    margin-bottom: 59px; }
  .vc_index .trendmakers ul {
    margin-right: -20px;
    font-size: 0;
    margin-bottom: 60px; }
  .vc_index .trendmakers li {
    display: inline-block;
    margin-right: 20px;
    width: 350px;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: top; }
    .vc_index .trendmakers li .banner {
      border-bottom: 3px solid #FC4B4B; }
    .vc_index .trendmakers li .inner {
      padding: 18px 14px;
      position: relative;
      border: 1px solid rgba(198, 200, 206, 0.5); }
      .vc_index .trendmakers li .inner .tit {
        @inline fs(18);
        line-height: 20px;
        margin-bottom: 7px; }
      .vc_index .trendmakers li .inner .intro {
        @inline fs(14);
        line-height: 24px;
        height: 48px;
        overflow: hidden; }
    .vc_index .trendmakers li .logo {
      position: absolute;
      top: -30px;
      right: 15px; }
  .vc_index .trendmakers .vc-btn {
    background-color: #F7FAFF;
    color: #808080 !important; }
.vc_index .posts {
  width: 100%;
  background-color: #5696F9;
  color: #fff;
  padding: 60px 0; }
  .vc_index .posts a {
    color: #fff; }
  .vc_index .posts .cont {
    width: 980px;
    margin: 0 auto 30px; }
    .vc_index .posts .cont .title {
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      line-height: 33px;
      margin-bottom: 59px; }
    .vc_index .posts .cont h4 a {
      overflow: hidden;
      display: block; }
    .vc_index .posts .cont .point {
      font-size: 22px;
      font-size: 2.2rem;
      vertical-align: bottom;
      float: left;
      margin-right: 10px; }
    .vc_index .posts .cont .left, .vc_index .posts .cont .right {
      width: 402px;
      border-top: 4px #fff solid;
      padding-top: 20px; }
      .vc_index .posts .cont .left li, .vc_index .posts .cont .right li {
        margin-bottom: 30px; }
      .vc_index .posts .cont .left .tit, .vc_index .posts .cont .right .tit {
        font-size: 20px;
        font-size: 2rem;
        line-height: 21px;
        margin-bottom: 33px;
        font-weight: bold; }
      .vc_index .posts .cont .left h4, .vc_index .posts .cont .right h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 5px;
        font-weight: bold; }
      .vc_index .posts .cont .left p, .vc_index .posts .cont .right p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        padding-left: 17px; }
      .vc_index .posts .cont .left p.time, .vc_index .posts .cont .right p.time {
        line-height: 17px; }
  .vc_index .posts .vc-btn {
    background-color: #5696F9;
    border: 1px solid rgba(255, 255, 255, 0.3); }
.vc_index .investors {
  background-image: url("/public/css/img/vc-bg2.png");
  background-position: center;
  background-size: cover; }
  .vc_index .investors .cont {
    width: 1080px;
    margin: 0 auto;
    padding: 60px; }
  .vc_index .investors .title {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    margin-bottom: 59px; }
  .vc_index .investors .investor-list {
    font-size: 0;
    margin-left: -60px;
    margin-bottom: 60px; }
    .vc_index .investors .investor-list li {
      width: 320px;
      text-align: center;
      display: inline-block;
      margin-left: 60px;
      background-color: #FFF;
      vertical-align: top; }
      .vc_index .investors .investor-list li img {
        margin-bottom: 10px;
        border: 10px solid #F2F2F2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .vc_index .investors .investor-list li .name {
        font-size: 20px;
        font-size: 2rem;
        line-height: 23px;
        margin-bottom: 14px;
        color: #2D3A4F; }
      .vc_index .investors .investor-list li .job {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        color: #808080; }
      .vc_index .investors .investor-list li .top {
        padding: 20px 20px 30px;
        border: 1px solid rgba(198, 200, 206, 0.5);
        border-bottom: 0; }
      .vc_index .investors .investor-list li .bottom {
        border-top: 3px solid #93BDFF;
        padding: 39px 20px 43px; }
        .vc_index .investors .investor-list li .bottom .intro {
          color: #666666;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 22px; }
  .vc_index .investors .vc-btn {
    border: 1px solid #666;
    color: #000;
    opacity: 0.4;
    font-weight: normal;
    letter-spacing: 1px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)); }
.vc_index .be_investor {
  padding: 74px 0 59px;
  text-align: center; }
  .vc_index .be_investor .title {
    color: #333333;
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    margin-bottom: 39px; }
  .vc_index .be_investor .intro {
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px; }
  .vc_index .be_investor .vc-btn {
    margin: 59px 0 100px; }
  .vc_index .be_investor .slide-part {
    position: relative;
    width: 860px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .vc_index .be_investor .slide-part .slick-next, .vc_index .be_investor .slide-part .slick-prev {
      opacity: 0.99;
      margin-top: -20px; }
      .vc_index .be_investor .slide-part .slick-next:hover, .vc_index .be_investor .slide-part .slick-prev:hover {
        opacity: 1; }
    .vc_index .be_investor .slide-part .slick-next:before, .vc_index .be_investor .slide-part .slick-prev:before {
      font-family: "icomoon";
      color: #aaa;
      font-size: 40px;
      font-size: 4rem; }
    .vc_index .be_investor .slide-part .slick-next:before {
      content: "\f105" !important; }
    .vc_index .be_investor .slide-part .slick-prev:before {
      content: "\f104" !important; }
    .vc_index .be_investor .slide-part .part {
      text-align: center; }
      .vc_index .be_investor .slide-part .part img {
        display: block;
        margin: 0 auto; }
      .vc_index .be_investor .slide-part .part .li {
        display: none; }
    .vc_index .be_investor .slide-part .active {
      position: relative; }
      .vc_index .be_investor .slide-part .active .li {
        display: block; }
      .vc_index .be_investor .slide-part .active .si {
        display: none; }
  .vc_index .be_investor .show-part {
    width: 860px;
    margin: 0 auto;
    overflow: hidden; }
    .vc_index .be_investor .show-part .part a {
      color: #FC3768;
      font-size: 20px;
      font-size: 2rem;
      line-height: 22px;
      margin-bottom: 19px;
      display: block;
      font-weight: bold; }
    .vc_index .be_investor .show-part .part .intro {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 22px;
      color: #666;
      font-weight: normal; }
.vc_index .bottom_banner {
  position: relative;
  color: #fff; }
  .vc_index .bottom_banner .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center; }
    .vc_index .bottom_banner .cont .title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 50px;
      margin-bottom: 17px; }
    .vc_index .bottom_banner .cont p {
      font-size: 24px;
      font-size: 2.4rem;
      color: #fff;
      line-height: 30px; }
      .vc_index .bottom_banner .cont p a {
        color: #fff; }

.vc_detail .project_banner {
  width: 100%;
  height: 260px;
  background-color: #F7F9FA;
  margin-bottom: 60px; }
  .vc_detail .project_banner .cont {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0;
    color: #808080;
    font-size: 0; }
  .vc_detail .project_banner .left {
    padding-top: 20px;
    width: 530px; }
    .vc_detail .project_banner .left .infor {
      overflow: hidden; }
    .vc_detail .project_banner .left .logo {
      margin-right: 30px; }
    .vc_detail .project_banner .left .title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 33px;
      color: #333;
      margin-bottom: 20px; }
    .vc_detail .project_banner .left .intro {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 28px;
      margin-bottom: 35px; }
    .vc_detail .project_banner .left .share {
      color: #b3b3b3;
      font-size: 14pxpx;
      font-size: 1.4pxrem;
      line-height: 18px; }
    .vc_detail .project_banner .left .share-part .qrcode {
      width: 115px;
      padding: 20px 20px 10px;
      text-align: center;
      background-color: #FFF;
      border: 1px solid #EFEFEF;
      display: none;
      position: relative;
      top: -108px;
      left: 160px; }
      .vc_detail .project_banner .left .share-part .qrcode .triangle {
        position: absolute;
        display: inline-block;
        *display: inline;
        border: 15px solid transparent;
        border-right-color: #EFEFEF;
        left: -30px;
        top: 50%;
        margin-top: -20px; }
        .vc_detail .project_banner .left .share-part .qrcode .triangle span {
          position: absolute;
          display: inline-block;
          *display: inline;
          border: 14px solid transparent;
          border-right-color: #fff;
          left: -12px;
          top: -14px; }
      .vc_detail .project_banner .left .share-part .qrcode .img {
        text-align: center;
        margin-bottom: 15px; }
        .vc_detail .project_banner .left .share-part .qrcode .img img {
          display: inline-block;
          *display: inline !important; }
      .vc_detail .project_banner .left .share-part .qrcode .tit {
        color: #666666;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px; }
    .vc_detail .project_banner .left .share-part .txt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18px;
      margin-right: 10px; }
    .vc_detail .project_banner .left .share-part a {
      font-size: 16px;
      font-size: 1.6rem;
      width: 26px;
      height: 26px;
      border: 1px #E73C58 solid;
      color: #E73C58;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 15px;
      text-align: center;
      display: inline-block;
      *display: inline; }
      .vc_detail .project_banner .left .share-part a i {
        vertical-align: middle; }
    .vc_detail .project_banner .left .share-part .js_weixin {
      color: #4BBB08;
      border-color: #4BBB08; }
  .vc_detail .project_banner .right {
    width: 408px;
    border-left: 1px solid #D8D8D8;
    padding-left: 60px;
    font-size: 14px;
    font-size: 1.4rem; }
    .vc_detail .project_banner .right .coins {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      margin-bottom: 15px; }
    .vc_detail .project_banner .right .already {
      margin-bottom: 30px; }
    .vc_detail .project_banner .right .stages {
      color: #5998F9;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 19px; }
    .vc_detail .project_banner .right .count_down {
      margin-bottom: 9px;
      color: #c30e2e; }
      .vc_detail .project_banner .right .count_down .day {
        color: #808080; }
    .vc_detail .project_banner .right .bar {
      width: 100%;
      background-color: #EFEFEF;
      height: 12px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 28px; }
      .vc_detail .project_banner .right .bar .has {
        background-color: #5998F9;
        height: 100%; }
    .vc_detail .project_banner .right .goal, .vc_detail .project_banner .right .min, .vc_detail .project_banner .right .share {
      display: inline-block;
      *display: inline; }
      .vc_detail .project_banner .right .goal .num, .vc_detail .project_banner .right .min .num, .vc_detail .project_banner .right .share .num {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
      .vc_detail .project_banner .right .goal .txt, .vc_detail .project_banner .right .min .txt, .vc_detail .project_banner .right .share .txt {
        line-height: 24px;
        margin-bottom: 9px; }
    .vc_detail .project_banner .right .goal {
      width: 140px; }
.vc_detail .project_infor {
  width: 980px;
  margin: 0 auto; }
  .vc_detail .project_infor .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 30px; }
  .vc_detail .project_infor .left {
    width: 640px;
    margin-right: 60px; }
    .vc_detail .project_infor .left .pics {
      margin-bottom: 26px;
      width: 640px;
      height: 320px;
      overflow: hidden; }
      .vc_detail .project_infor .left .pics img {
        width: auto !important;
        height: auto !important;
        max-width: 640px;
        max-height: 320px;
        margin: 0 auto; }
    .vc_detail .project_infor .left .small_pics {
      margin-bottom: 36px;
      text-align: center;
      height: 78px; }
      .vc_detail .project_infor .left .small_pics img {
        margin: 0 21px;
        cursor: pointer;
        border: 4px solid #fff; }
        .vc_detail .project_infor .left .small_pics img.current {
          border-color: #FF3D00; }
    .vc_detail .project_infor .left .describe {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 31px;
      margin-bottom: 50px; }
      .vc_detail .project_infor .left .describe a {
        color: #c30e2e;
        text-align: center; }
      .vc_detail .project_infor .left .describe img {
        display: block;
        margin: 20px auto; }
    .vc_detail .project_infor .left .group, .vc_detail .project_infor .left .grow_data {
      border-top: 1px solid #f2f2f2;
      padding-top: 40px; }
    .vc_detail .project_infor .left .group .pannel {
      border: 1px solid #f2f2f2;
      margin-bottom: 30px;
      padding: 20px 30px 20px 40px;
      position: relative; }
      .vc_detail .project_infor .left .group .pannel img {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .vc_detail .project_infor .left .group .pannel .name {
        color: #666;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        margin-bottom: 5px; }
      .vc_detail .project_infor .left .group .pannel .job {
        color: #808080;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 10px; }
      .vc_detail .project_infor .left .group .pannel .intro {
        color: #666;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 22px; }
    .vc_detail .project_infor .left .group .infor {
      display: inline-block;
      *display: inline;
      width: 460px; }
    .vc_detail .project_infor .left .grow_data {
      border-bottom: 1px solid #f2f2f2;
      margin-bottom: 30px; }
      .vc_detail .project_infor .left .grow_data .fl, .vc_detail .project_infor .left .grow_data .popup-large .mod-article-list li .left-img, .popup-large .mod-article-list li .vc_detail .project_infor .left .grow_data .left-img, .vc_detail .project_infor .left .grow_data .mod-article-list li .cont, .mod-article-list li .vc_detail .project_infor .left .grow_data .cont, .vc_detail .project_infor .left .grow_data .mod-article-list li .author, .mod-article-list li .vc_detail .project_infor .left .grow_data .author {
        margin-right: 5px; }
      .vc_detail .project_infor .left .grow_data .point {
        display: inline-block;
        *display: inline;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #F25A5A;
        margin-right: 10px;
        line-height: 21px; }
      .vc_detail .project_infor .left .grow_data .gap-line {
        margin-left: 5px; }
      .vc_detail .project_infor .left .grow_data li {
        margin-bottom: 30px; }
        .vc_detail .project_infor .left .grow_data li .time {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 21px;
          color: #666; }
        .vc_detail .project_infor .left .grow_data li:last-child {
          margin-bottom: 30px; }
      .vc_detail .project_infor .left .grow_data .right_cont {
        overflow: hidden; }
        .vc_detail .project_infor .left .grow_data .right_cont .tit {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 22px;
          color: #666; }
    .vc_detail .project_infor .left .analysis li {
      margin-bottom: 50px; }
    .vc_detail .project_infor .left .analysis .fl, .vc_detail .project_infor .left .analysis .popup-large .mod-article-list li .left-img, .popup-large .mod-article-list li .vc_detail .project_infor .left .analysis .left-img, .vc_detail .project_infor .left .analysis .mod-article-list li .cont, .mod-article-list li .vc_detail .project_infor .left .analysis .cont, .vc_detail .project_infor .left .analysis .mod-article-list li .author, .mod-article-list li .vc_detail .project_infor .left .analysis .author {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 30px;
      color: #666;
      width: 450px; }
      .vc_detail .project_infor .left .analysis .fl a, .vc_detail .project_infor .left .analysis .popup-large .mod-article-list li .left-img a, .popup-large .mod-article-list li .vc_detail .project_infor .left .analysis .left-img a, .vc_detail .project_infor .left .analysis .mod-article-list li .cont a, .mod-article-list li .vc_detail .project_infor .left .analysis .cont a, .vc_detail .project_infor .left .analysis .mod-article-list li .author a, .mod-article-list li .vc_detail .project_infor .left .analysis .author a {
        color: #666; }
    .vc_detail .project_infor .left .analysis .right_cont {
      color: #FF6700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px; }
    .vc_detail .project_infor .left .analysis .txt {
      margin-right: 10px; }
    .vc_detail .project_infor .left .analysis .gap {
      margin-right: 10px;
      display: inline-block;
      *display: inline;
      height: 10px;
      width: 1px;
      background: #D8D8D8; }
    .vc_detail .project_infor .left .analysis .price {
      color: #3AC0C3; }
    .vc_detail .project_infor .left .report {
      border-top: 1px solid #f2f2f2;
      padding-top: 30px;
      margin-bottom: 60px; }
      .vc_detail .project_infor .left .report .tit {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 30px;
        color: #666;
        width: 450px; }
      .vc_detail .project_infor .left .report .right_cont {
        float: right;
        color: #FFFFFF;
        border: 2px solid #F24964;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 36px; }
        .vc_detail .project_infor .left .report .right_cont i {
          color: #F24964; }
        .vc_detail .project_infor .left .report .right_cont .icon {
          display: inline-block;
          *display: inline;
          padding: 0 8px; }
        .vc_detail .project_infor .left .report .right_cont .txt {
          color: #fff;
          background-color: #F24964;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          display: inline-block;
          *display: inline;
          padding: 0 8px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 38px; }
      .vc_detail .project_infor .left .report .img {
        margin-bottom: 20px; }
      .vc_detail .project_infor .left .report .pannel {
        border: 1px solid #E9E9E9; }
        .vc_detail .project_infor .left .report .pannel .top {
          padding: 30px 110px 0 30px; }
        .vc_detail .project_infor .left .report .pannel .tit {
          line-height: 25px;
          margin-bottom: 20px; }
        .vc_detail .project_infor .left .report .pannel .intro {
          color: #666666;
          line-height: 26px;
          font-size: 16px;
          font-size: 1.6rem; }
        .vc_detail .project_infor .left .report .pannel .see {
          margin-bottom: 30px; }
        .vc_detail .project_infor .left .report .pannel .update {
          line-height: 26px;
          font-size: 14px;
          font-size: 1.4rem;
          color: #FF6700; }
        .vc_detail .project_infor .left .report .pannel .buy {
          margin-bottom: 40px;
          color: #fff; }
        .vc_detail .project_infor .left .report .pannel .remind {
          background-color: #F7F9FA;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 60px;
          color: #666;
          padding: 0 30px; }
          .vc_detail .project_infor .left .report .pannel .remind .vc-btn {
            margin-top: 11px;
            color: #3AC0C3;
            border-color: #3AC0C3;
            line-height: 36px;
            font-weight: normal; }
    .vc_detail .project_infor .left .others {
      margin-bottom: 80px; }
      .vc_detail .project_infor .left .others li {
        line-height: 60px;
        background-color: #F7F9FA;
        padding: 0 30px 0 20px;
        margin-bottom: 20px; }
        .vc_detail .project_infor .left .others li .txt {
          font-size: 16px;
          font-size: 1.6rem;
          color: #666; }
        .vc_detail .project_infor .left .others li i {
          font-size: 24px;
          font-size: 2.4rem;
          color: #b3b3b3;
          vertical-align: sub; }
        .vc_detail .project_infor .left .others li .fr, .vc_detail .project_infor .left .others li .p-header .options, .p-header .vc_detail .project_infor .left .others li .options, .vc_detail .project_infor .left .others .mod-article-list li .pic, .mod-article-list .vc_detail .project_infor .left .others li .pic, .vc_detail .project_infor .left .others .mod-article-list li .relate, .mod-article-list .vc_detail .project_infor .left .others li .relate, .vc_detail .project_infor .left .others .hot-list .mod-article-list li .options, .hot-list .mod-article-list .vc_detail .project_infor .left .others li .options, .vc_detail .project_infor .left .others li .index_cont .top_article .inner .options, .index_cont .top_article .inner .vc_detail .project_infor .left .others li .options, .vc_detail .project_infor .left .others li .index_cont .top_article .column .options, .index_cont .top_article .column .vc_detail .project_infor .left .others li .options, .vc_detail .project_infor .left .others li .index_cont .top_article .articles .options, .index_cont .top_article .articles .vc_detail .project_infor .left .others li .options {
          color: #808080; }
  .vc_detail .project_infor .right {
    overflow: hidden; }
    .vc_detail .project_infor .right .tit {
      line-height: 54px;
      background-color: #F7F9FA;
      font-size: 18px;
      font-size: 1.8rem;
      color: #666;
      padding: 0 10px; }
    .vc_detail .project_infor .right .part {
      color: #808080;
      font-size: 14px;
      font-size: 1.4rem;
      border-bottom: 1px #F2F2F2 solid;
      padding: 20px 0;
      line-height: 20px; }
      .vc_detail .project_infor .right .part .go {
        line-height: 28px;
        border: 1px solid #FF3D00;
        background-color: rgba(255, 61, 0, 0.05);
        color: #FF3D00;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 16px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .vc_detail .project_infor .right .part .time {
        margin-top: 14px;
        line-height: 18px;
        color: #b3b3b3;
        font-size: 13px;
        font-size: 1.3rem; }
      .vc_detail .project_infor .right .part:last-child {
        border-bottom: none; }
      .vc_detail .project_infor .right .part a {
        color: #c30e2e; }
    .vc_detail .project_infor .right .side-part {
      margin-bottom: 60px; }
    .vc_detail .project_infor .right .about label {
      display: block;
      margin-bottom: 5px; }
.vc_detail .guid_part {
  background-color: #F7FAFF;
  padding: 82px 0; }
  .vc_detail .guid_part .cont {
    width: 648px;
    margin: 0 auto; }
    .vc_detail .guid_part .cont .title {
      font-size: 30px;
      font-size: 3rem;
      line-height: 33px;
      margin-bottom: 29px; }
    .vc_detail .guid_part .cont .intro {
      margin-bottom: 59px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19px;
      color: #666; }
    .vc_detail .guid_part .cont .parts {
      text-align: left;
      position: relative;
      font-size: 0; }
      .vc_detail .guid_part .cont .parts .line {
        position: absolute;
        width: 1px;
        background-color: #d8d8d8;
        height: 300px;
        top: 36px;
        right: 50%; }
    .vc_detail .guid_part .cont .part {
      font-size: 16px;
      font-size: 1.6rem;
      color: #666;
      width: 250px;
      display: inline-block;
      *display: inline;
      vertical-align: top;
      margin-bottom: 77px; }
      .vc_detail .guid_part .cont .part p {
        padding-left: 40px;
        width: 200px; }
      .vc_detail .guid_part .cont .part i {
        margin-right: 8px; }
      .vc_detail .guid_part .cont .part img {
        margin-right: 12px; }
    .vc_detail .guid_part .cont .tit {
      font-size: 20px;
      font-size: 2rem;
      color: #FF7878;
      line-height: 23px;
      margin-bottom: 19px; }

.vc_list .cont {
  width: 980px;
  margin: 0 auto; }
.vc_list .news {
  background-color: #F7F9FA;
  line-height: 60px;
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem; }
  .vc_list .news a {
    color: #808080; }
  .vc_list .news .tit {
    display: inline-block;
    *display: inline;
    font-size: 16px;
    font-size: 1.6rem; }
    .vc_list .news .tit a {
      color: #c30e2e; }
  .vc_list .news .more i {
    color: #666666;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 60px;
    display: inline-block;
    *display: inline;
    margin-left: 5px; }
.vc_list .selects {
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666; }
  .vc_list .selects a {
    color: #666; }
    .vc_list .selects a:hover, .vc_list .selects a.current {
      color: #c30e2e; }
  .vc_list .selects .part {
    line-height: 20px;
    margin-bottom: 15px; }
  .vc_list .selects .tit {
    font-weight: bold;
    display: inline-block;
    *display: inline;
    margin-right: 20px; }
  .vc_list .selects .all {
    display: inline-block;
    *display: inline; }
  .vc_list .selects ul, .vc_list .selects li {
    display: inline-block;
    *display: inline; }
  .vc_list .selects .left {
    float: left;
    margin-right: 38px;
    line-height: 36px; }
  .vc_list .selects ul {
    width: 775px;
    overflow: hidden; }
  .vc_list .selects li {
    line-height: 36px;
    text-align: left;
    margin-right: 38px; }
  .vc_list .selects ul.ul_platform {
    height: 36px;
    overflow: hidden;
    transition: all ease 0.3;
    -o-transition: all ease 0.3;
    -moz-transition: all ease 0.3;
    -webkit-transition: all ease 0.3; }
    .vc_list .selects ul.ul_platform.auto_size {
      height: auto; }
  .vc_list .selects .js-open {
    cursor: pointer;
    line-height: 36px;
    color: #B3B3B3;
    font-size: 13px;
    font-size: 1.3rem;
    vertical-align: top; }
    .vc_list .selects .js-open i {
      font-size: 28px;
      font-size: 2.8rem;
      color: #c30e2e;
      display: inline-block;
      *display: inline;
      vertical-align: middle; }
    .vc_list .selects .js-open i.hover {
      animation: turnl 0.3s linear 0s 1 normal running forwards; }
    .vc_list .selects .js-open i.hover-out {
      animation: turnr 0.5s linear 0s 1 normal running forwards; }
.vc_list .project_list .get_more {
  border-top: 1px solid #F2F2F2;
  margin-bottom: 80px;
  padding-top: 60px; }
.vc_list .project_list li {
  padding: 30px 10px;
  border-top: 1px solid #E8E8E8; }
  .vc_list .project_list li .left {
    width: 640px; }
    .vc_list .project_list li .left .logo {
      margin-right: 30px;
      margin-top: 16px;
      border: 1px solid #EBECED; }
    .vc_list .project_list li .left .infor {
      overflow: hidden; }
    .vc_list .project_list li .left .title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 33px;
      margin-bottom: 12px; }
      .vc_list .project_list li .left .title a {
        color: #333; }
    .vc_list .project_list li .left .intro {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 28px;
      color: #666;
      margin-bottom: 15px; }
    .vc_list .project_list li .left .txt {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      color: #808080; }
  .vc_list .project_list li .right {
    width: 240px;
    text-align: center;
    padding-left: 30px;
    border-left: 1px solid rgba(216, 216, 216, 0.5);
    color: #808080; }
    .vc_list .project_list li .right .coins {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 27px;
      margin-bottom: 10px; }
    .vc_list .project_list li .right .already {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 14px;
      margin-bottom: 21px; }
    .vc_list .project_list li .right .progress {
      margin-bottom: 16px; }
      .vc_list .project_list li .right .progress .percent {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px; }
    .vc_list .project_list li .right .platform {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18px; }
    .vc_list .project_list li .right .bar {
      width: 75%;
      height: 20px;
      overflow: hidden;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background-color: #EFEFEF;
      text-align: left; }
      .vc_list .project_list li .right .bar .has {
        height: 100%;
        background-color: #5998F9; }
.vc_list .project_list .related_case_reports {
  padding: 20px 48px 0px 10px;
  border-top: 1px dashed #F2F2F2;
  margin-top: 30px; }
  .vc_list .project_list .related_case_reports .left_cont {
    color: #666666; }
  .vc_list .project_list .related_case_reports .type {
    float: left;
    margin-right: 30px;
    display: inline-block;
    *display: inline;
    background-color: #F2F7FF;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
    padding: 0 18px; }
  .vc_list .project_list .related_case_reports .intro {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    color: #666;
    display: block;
    overflow: hidden; }
  .vc_list .project_list .related_case_reports .right_cont {
    color: #FF6700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    float: right; }
    .vc_list .project_list .related_case_reports .right_cont .txt {
      margin-right: 10px; }
    .vc_list .project_list .related_case_reports .right_cont .gap {
      margin-right: 10px;
      display: inline-block;
      *display: inline;
      height: 10px;
      width: 1px;
      background: #D8D8D8; }
    .vc_list .project_list .related_case_reports .right_cont .price {
      color: #3AC0C3; }

.vc_news .top_news {
  background-color: #F7F9FA; }
  .vc_news .top_news .cont {
    width: 820px;
    margin: 0 auto;
    font-size: 0;
    height: 148px;
    padding-top: 30px;
    margin-bottom: 40px; }
    .vc_news .top_news .cont .tit {
      color: #c30e2e;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 16px;
      margin-bottom: 22px; }
    .vc_news .top_news .cont .more {
      color: #808080;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px; }
      .vc_news .top_news .cont .more i {
        margin-left: 10px;
        font-size: 12px;
        font-size: 1.2rem; }
  .vc_news .top_news .part {
    color: #666666;
    display: inline-block;
    *display: inline;
    width: 45%;
    margin-right: 10%;
    vertical-align: top; }
    .vc_news .top_news .part:last-child {
      margin-right: 0; }
    .vc_news .top_news .part a {
      color: #666; }
    .vc_news .top_news .part .news_t {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px;
      margin-bottom: 10px; }
    .vc_news .top_news .part .time {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 18px; }
.vc_news .list {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .vc_news .list .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    padding-bottom: 10px;
    display: inline-block;
    *display: inline;
    border-bottom: 2px solid #c30e2e; }
  .vc_news .list .pagination {
    border-top: none; }
  .vc_news .list .news_list {
    margin-top: -1px;
    margin-bottom: 30px; }
    .vc_news .list .news_list li {
      border-top: 1px solid #E8E8E8;
      padding: 30px 0 20px;
      color: #666; }
      .vc_news .list .news_list li a {
        color: #666; }
      .vc_news .list .news_list li .news_t {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        margin-bottom: 10px; }
      .vc_news .list .news_list li .time {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-bottom: 12px; }
      .vc_news .list .news_list li .summary {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px; }
        .vc_news .list .news_list li .summary a {
          color: #000; }
        .vc_news .list .news_list li .summary p {
          margin-bottom: 15px; }
    .vc_news .list .news_list .share-part {
      padding-left: 21px;
      margin-top: 35px;
      position: relative; }
      .vc_news .list .news_list .share-part .qrcode {
        width: 115px;
        padding: 20px 20px 10px;
        text-align: center;
        background-color: #FFF;
        border: 1px solid #EFEFEF;
        display: none;
        position: absolute;
        top: -84px;
        left: 190px; }
        .vc_news .list .news_list .share-part .qrcode .triangle {
          position: absolute;
          display: inline-block;
          *display: inline;
          border: 15px solid transparent;
          border-right-color: #EFEFEF;
          left: -30px;
          top: 50%;
          margin-top: -20px; }
          .vc_news .list .news_list .share-part .qrcode .triangle span {
            position: absolute;
            display: inline-block;
            *display: inline;
            border: 14px solid transparent;
            border-right-color: #fff;
            left: -12px;
            top: -14px; }
        .vc_news .list .news_list .share-part .qrcode .img {
          text-align: center;
          margin-bottom: 15px; }
          .vc_news .list .news_list .share-part .qrcode .img img {
            display: inline-block;
            *display: inline !important; }
        .vc_news .list .news_list .share-part .qrcode .tit {
          color: #666666;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px; }
      .vc_news .list .news_list .share-part .txt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 10px;
        color: #B3B3B3; }
      .vc_news .list .news_list .share-part a {
        font-size: 16px;
        font-size: 1.6rem;
        width: 26px;
        height: 26px;
        border: 1px #E73C58 solid;
        color: #E73C58;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 15px;
        text-align: center;
        display: inline-block;
        *display: inline; }
        .vc_news .list .news_list .share-part a i {
          vertical-align: middle; }
      .vc_news .list .news_list .share-part .js_weixin {
        color: #4BBB08;
        border-color: #4BBB08; }
  .vc_news .list .days_news {
    border-top: 1px solid #E8E8E8;
    padding-top: 30px;
    margin-bottom: 60px; }
    .vc_news .list .days_news .circle {
      display: inline-block;
      *display: inline;
      width: 9px;
      height: 9px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #c30e2e;
      margin-right: 12px; }
      .vc_news .list .days_news .circle.gray {
        background-color: #DDE4E5; }
    .vc_news .list .days_news .date {
      font-size: 14px;
      font-size: 1.4rem;
      color: #c30e2e;
      line-height: 26px;
      margin-bottom: 15px; }
    .vc_news .list .days_news .news_list li {
      border-top: none;
      margin-bottom: 30px;
      padding: 0; }
      .vc_news .list .days_news .news_list li .news_t {
        line-height: 30px;
        padding-left: 21px;
        cursor: pointer; }
      .vc_news .list .days_news .news_list li .summary {
        padding-left: 21px; }
      .vc_news .list .days_news .news_list li .time {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        margin-bottom: 20px; }
  .vc_news .list .get_more .vc-btn {
    padding: 0 25px; }

.vc_knowledge {
  border-top: 1px solid #ccc;
  padding-top: 40px; }
  .vc_knowledge .list .news_list li {
    padding-bottom: none; }
    .vc_knowledge .list .news_list li ul {
      list-style-type: disc;
      margin-left: 20px; }
    .vc_knowledge .list .news_list li ol {
      margin-left: 20px;
      list-style-type: decimal; }
    .vc_knowledge .list .news_list li li {
      border: none;
      padding: 0; }
    .vc_knowledge .list .news_list li .news_t {
      color: #666666;
      font-weight: bold;
      margin-bottom: 18px; }
    .vc_knowledge .list .news_list li .red_point {
      color: #c30e2e;
      font-size: 30px;
      font-size: 3rem;
      line-height: 28px;
      display: inline-block;
      *display: inline;
      margin-right: 10px; }
    .vc_knowledge .list .news_list li .summary {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 28px;
      margin-bottom: 20px; }
      .vc_knowledge .list .news_list li .summary p {
        margin-bottom: 20px; }
      .vc_knowledge .list .news_list li .summary strong {
        color: #535353; }
      .vc_knowledge .list .news_list li .summary a {
        color: #c30e2e;
        text-decoration: underline; }
      .vc_knowledge .list .news_list li .summary h1, .vc_knowledge .list .news_list li .summary h2, .vc_knowledge .list .news_list li .summary h3, .vc_knowledge .list .news_list li .summary h4, .vc_knowledge .list .news_list li .summary h5, .vc_knowledge .list .news_list li .summary h6 {
        color: #666;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px;
        margin-bottom: 10px;
        font-weight: bold; }
    .vc_knowledge .list .news_list li .see_all {
      color: #c30e2e;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 26px; }
  .vc_knowledge .list .title {
    margin-bottom: -1px; }
  .vc_knowledge .list .intro {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    color: #666666;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 60px; }

.wrapper.knowledge {
  margin-top: 0;
  border-top: 1px;
  border-top: 1px solid #ccc; }
  .wrapper.knowledge .upvote {
    display: inline-block;
    *display: inline;
    line-height: 32px;
    color: #c30e2e;
    border: 1px solid #c30e2e;
    padding: 0 12px;
    margin-bottom: 70px; }
    .wrapper.knowledge .upvote a {
      color: #c30e2e; }
    .wrapper.knowledge .upvote .num {
      margin-right: 0; }
  .wrapper.knowledge .post-options {
    margin-bottom: 70px; }
  .wrapper.knowledge .options .bookmarks {
    color: #808080;
    font-size: 14px;
    font-size: 1.4rem; }
    .wrapper.knowledge .options .bookmarks .gap {
      position: relative;
      top: -2px; }

.vc-ident.investor .form_error {
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 24px;
  color: #666666;
  padding: 58px 77px 58px 100px;
  line-height: 25px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 500px; }
  .vc-ident.investor .form_error .tit {
    color: #FC4B4B;
    font-size: 64px;
    line-height: 76px;
    margin-bottom: 20px; }
  .vc-ident.investor .form_error .close-btn {
    display: inline-block;
    *display: inline;
    width: 46px;
    height: 46px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer; }
    .vc-ident.investor .form_error .close-btn i {
      line-height: 46px; }
.vc-ident.investor .form-banner {
  transform: translateX(0vw);
  -ms-transform: translateX(0vw);
  -moz-transform: translateX(0vw);
  -webkit-transform: translateX(0vw);
  -o-transform: translateX(0vw);
  top: 0;
  border-top: 1px solid #F0F2F3;
  width: 100%; }
  .vc-ident.investor .form-banner .vc-form {
    width: 700px; }
    .vc-ident.investor .form-banner .vc-form form {
      padding-bottom: 150px; }
    .vc-ident.investor .form-banner .vc-form .title {
      margin-bottom: 29px; }
    .vc-ident.investor .form-banner .vc-form .guid {
      margin-bottom: 66px; }
    .vc-ident.investor .form-banner .vc-form .left, .vc-ident.investor .form-banner .vc-form .right {
      display: block;
      width: 100%; }
    .vc-ident.investor .form-banner .vc-form .part input[type="text"] {
      width: 46%;
      margin-bottom: 0; }
    .vc-ident.investor .form-banner .vc-form .part textarea {
      width: 100%;
      margin-bottom: 0; }
    .vc-ident.investor .form-banner .vc-form .part .get-code {
      width: 20%; }
    .vc-ident.investor .form-banner .vc-form .part .help {
      margin-top: 10px; }
    .vc-ident.investor .form-banner .vc-form .part:last-child {
      margin-bottom: 50px; }
    .vc-ident.investor .form-banner .vc-form .mobile-part .get-code {
      margin-left: 0;
      margin-right: 20px; }
    .vc-ident.investor .form-banner .vc-form .mobile-part input[type="text"].small {
      width: 23%; }
    .vc-ident.investor .form-banner .vc-form .part-captcha input[type="text"].small {
      width: 23%; }
    .vc-ident.investor .form-banner .vc-form .part-captcha .text {
      color: #808080;
      font-size: 13px;
      font-size: 1.3rem;
      margin-left: 20px; }
      .vc-ident.investor .form-banner .vc-form .part-captcha .text a {
        color: #FD6639;
        text-decoration: underline; }
    .vc-ident.investor .form-banner .vc-form .part-captcha .get-code {
      background-color: transparent; }
    .vc-ident.investor .form-banner .vc-form .summit-part {
      bottom: -40px;
      text-align: center; }
      .vc-ident.investor .form-banner .vc-form .summit-part .notice {
        margin-bottom: 30px; }
      .vc-ident.investor .form-banner .vc-form .summit-part .submit {
        padding: 16px 36px; }
    .vc-ident.investor .form-banner .vc-form .allow {
      margin-top: 20px;
      font-size: 14px;
      font-size: 1.4rem;
      color: #666; }
      .vc-ident.investor .form-banner .vc-form .allow input {
        position: relative;
        top: -1px;
        margin-right: 5px; }

.vc_investor .m_investors {
  padding: 40px 0 60px; }
  .vc_investor .m_investors .cont {
    width: 980px;
    margin: 0 auto; }
  .vc_investor .m_investors .title {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 29px; }
  .vc_investor .m_investors .top_icon {
    margin-bottom: 20px; }
  .vc_investor .m_investors .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.vc_investor .top_investors {
  background-color: #5696F9; }
  .vc_investor .top_investors .title {
    margin-bottom: 30px; }
  .vc_investor .top_investors .says {
    font-size: 0px;
    font-size: 0rem; }
    .vc_investor .top_investors .says li {
      display: inline-block;
      *display: inline;
      opacity: 0.6;
      transform: scale(0.8);
      text-align: center; }
      .vc_investor .top_investors .says li.active, .vc_investor .top_investors .says li.slick-center {
        opacity: 1;
        transform: scale(1); }
      .vc_investor .top_investors .says li .avatar {
        margin-bottom: 25px;
        display: inline-block;
        *display: inline; }
    .vc_investor .top_investors .says .pannel {
      background-color: #FFF;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #666;
      padding: 50px 20px 45px;
      min-height: 235px;
      position: relative;
      box-shadow: 0 0 8px #1361D9; }
      .vc_investor .top_investors .says .pannel .name {
        border-bottom: 2px solid #5696F9;
        margin-bottom: 20px;
        padding-bottom: 20px; }
      .vc_investor .top_investors .says .pannel .main {
        text-align: left; }
      .vc_investor .top_investors .says .pannel .triangle {
        position: absolute;
        display: inline-block;
        *display: inline;
        left: 50%;
        top: -16px;
        margin-left: -30px; }
  .vc_investor .top_investors .slick-dots li {
    width: auto;
    opacity: 1; }
    .vc_investor .top_investors .slick-dots li button::before {
      color: #fff;
      font-size: 22px;
      opacity: 0.5; }
    .vc_investor .top_investors .slick-dots li.slick-active button::before {
      opacity: 1; }
.vc_investor .institutional_investors .title {
  margin-bottom: 50px;
  color: #666; }
.vc_investor .institutional_investors ul {
  font-size: 0px;
  font-size: 0rem;
  margin-right: -10px;
  text-align: left; }
.vc_investor .institutional_investors .pannel {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: inline-block;
  *display: inline;
  border: 1px solid #e3e3e3;
  margin-right: 10px;
  width: 320px;
  height: 220px;
  margin-bottom: 30px; }
  .vc_investor .institutional_investors .pannel .top {
    line-height: 100px;
    padding: 0 17px 0 20px;
    border-bottom: 1px solid #f2f2f2; }
    .vc_investor .institutional_investors .pannel .top .avatar {
      margin-top: 17px;
      border: 3px solid #F2F2F2; }
    .vc_investor .institutional_investors .pannel .top .name {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
  .vc_investor .institutional_investors .pannel .bottom {
    padding: 30px 20px;
    line-height: 18px; }
  .vc_investor .institutional_investors .pannel .company {
    color: #5696F9;
    margin-bottom: 20px; }
  .vc_investor .institutional_investors .pannel .job {
    font-weight: bold; }
.vc_investor .institutional_investors .last {
  text-align: center;
  padding: 68px 0 33px; }
  .vc_investor .institutional_investors .last .pancil {
    margin-bottom: 20px;
    color: #979797;
    display: inline-block;
    *display: inline;
    border: 1px dashed #979797;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 22px; }
    .vc_investor .institutional_investors .last .pancil i {
      font-size: 34px;
      font-size: 3.4rem; }
  .vc_investor .institutional_investors .last a {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px; }
.vc_investor .institutional_investors .vc-btn {
  font-weight: normal;
  border: 1px solid #D1D1D1; }
.vc_investor .individual_investors {
  background-color: #F7FAFF; }
  .vc_investor .individual_investors .title {
    margin-bottom: 13px;
    color: #666; }
  .vc_investor .individual_investors .show {
    text-align: right;
    margin-bottom: 10px; }
    .vc_investor .individual_investors .show a {
      color: #c30e2e;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px; }
  .vc_investor .individual_investors ul {
    border-top: 1px solid #D8D8D8;
    margin-bottom: 67px; }
  .vc_investor .individual_investors li {
    padding: 30px 40px 30px 0;
    border-bottom: 1px dashed #D8D8D8; }
    .vc_investor .individual_investors li .left {
      width: 130px;
      float: left;
      border-right: 1px solid #D8D8D8;
      margin-right: 30px; }
      .vc_investor .individual_investors li .left img {
        margin-bottom: 20px; }
      .vc_investor .individual_investors li .left .name {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px; }
    .vc_investor .individual_investors li .right {
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      color: #808080;
      overflow: hidden; }
      .vc_investor .individual_investors li .right .tit {
        display: inline-block;
        *display: inline;
        float: left;
        color: #666; }
      .vc_investor .individual_investors li .right p {
        overflow: hidden; }
      .vc_investor .individual_investors li .right .intro {
        margin-bottom: 20px; }
  .vc_investor .individual_investors .vc-btn {
    font-weight: normal;
    background-color: transparent;
    color: #808080; }

.vc_model {
  padding-top: 80px;
  border-top: 1px solid #CCCCCC; }
  .vc_model .cont {
    width: 700px;
    margin: 0 auto;
    text-align: center; }
  .vc_model .title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 33px;
    margin-bottom: 30px; }
  .vc_model .intro {
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 70px; }

.vc_result .privilege {
  margin-right: -130px; }
  .vc_result .privilege li {
    display: inline-block;
    *display: inline;
    width: 255px;
    text-align: left;
    margin-right: 130px;
    margin-bottom: 100px; }
    .vc_result .privilege li .num {
      float: left;
      display: inline-block;
      *display: inline;
      width: 24px;
      line-height: 24px;
      text-align: center;
      background-color: #3AC0C3;
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 10px; }
    .vc_result .privilege li .text {
      width: 120px;
      overflow: hidden; }
    .vc_result .privilege li img {
      position: relative;
      top: -20px; }
.vc_result .options {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  .vc_result .options .next {
    margin-right: 60px;
    color: #666666;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: underline; }
  .vc_result .options .vc-btn {
    line-height: 46px;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.vc_result .qrcode {
  margin-bottom: 80px; }
  .vc_result .qrcode .intro {
    padding: 0 100px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 30px; }
  .vc_result .qrcode img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.vc_update .cont {
  width: 916px; }
.vc_update .pay {
  margin-bottom: 92px; }
  .vc_update .pay .top_banner {
    line-height: 70px;
    color: #596679;
    padding: 0 30px;
    text-align: left;
    border: 1px solid #DEE1E7; }
    .vc_update .pay .top_banner .tit {
      margin-right: 10px;
      font-size: 18px;
      font-size: 1.8rem;
      display: inline-block;
      *display: inline; }
    .vc_update .pay .top_banner .intro {
      font-size: 14px;
      font-size: 1.4rem; }
      .vc_update .pay .top_banner .intro .num {
        color: #3AC0C3;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
    .vc_update .pay .top_banner a {
      color: #c30e2e; }
  .vc_update .pay table {
    border-left: 1px solid #DEE1E7;
    border-right: 1px solid #DEE1E7;
    width: 100%; }
    .vc_update .pay table .circle {
      display: inline-block;
      *display: inline;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #D8D8D8;
      width: 20px;
      height: 20px;
      line-height: 20px;
      background-color: #D8D8D8;
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
      .vc_update .pay table .circle.current {
        background-color: #3AC0C3; }
      .vc_update .pay table .circle i {
        font-size: 16px;
        font-size: 1.6rem; }
    .vc_update .pay table tr {
      line-height: 46px;
      background-color: #F7F9FA;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      color: #666; }
      .vc_update .pay table tr:nth-child(2n+1) {
        background-color: #FFF; }
    .vc_update .pay table td:first-child {
      padding-left: 40px;
      text-align: left; }
    .vc_update .pay table th {
      font-size: 18px;
      font-size: 1.8rem;
      color: #666;
      line-height: 78px;
      text-align: center; }
    .vc_update .pay table th:first-child {
      text-align: left;
      padding-left: 40px; }
  .vc_update .pay .options {
    padding: 40px;
    border: 1px solid #DEE1E7;
    border-top: 0; }
    .vc_update .pay .options p {
      color: #596679;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 10px; }
    .vc_update .pay .options .disable {
      background-color: #D8D8D8; }
    .vc_update .pay .options .vc-btn {
      border: 2px solid #F24964;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background-color: #FFF;
      color: #F24964;
      padding-right: 0; }
      .vc_update .pay .options .vc-btn .fee {
        background-color: #F24964;
        color: #fff;
        display: inline-block;
        *display: inline;
        padding: 0 12px;
        margin-left: 20px; }

.vc_order .order {
  text-align: left;
  margin-bottom: 60px; }
.vc_order .order-part {
  padding-bottom: 30px;
  border-bottom: 1px #F2F2F2 solid;
  margin-bottom: 30px; }
  .vc_order .order-part.last {
    margin-bottom: 50px;
    border-bottom: none; }
  .vc_order .order-part .item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 19px;
    margin-bottom: 18px; }
  .vc_order .order-part .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 17px; }
    .vc_order .order-part .txt input {
      margin-right: 7px; }
  .vc_order .order-part .value {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 17px; }
  .vc_order .order-part .weixin {
    color: #00AF42;
    margin-right: 124px; }
  .vc_order .order-part .ali {
    color: #16A5E6; }
.vc_order .option .vc-btn {
  background-color: #F24964;
  padding: 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.vc_model_pop .qrcode {
  margin-bottom: 80px; }
  .vc_model_pop .qrcode .intro {
    padding: 0 100px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 30px; }
  .vc_model_pop .qrcode img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
.vc_model_pop #qrcodeTable {
  margin: 60px 0 40px; }
.vc_model_pop .bottom-msg {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666; }
.vc_model_pop .options {
  margin: 30px 0 60px; }
  .vc_model_pop .options .vc-btn {
    background-color: transparent;
    color: #FD6639;
    border: 1px solid #FD6639;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-weight: normal; }
.vc_model_pop .select .part {
  text-align: center;
  display: inline-block;
  *display: inline;
  width: 240px;
  padding: 40px 0 30px;
  margin: 0 50px;
  cursor: pointer; }
  .vc_model_pop .select .part .circle {
    display: inline-block;
    *display: inline;
    width: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 31px; }
  .vc_model_pop .select .part .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px; }
  .vc_model_pop .select .part.error {
    border: 1px dashed #F24964;
    color: #F24964; }
    .vc_model_pop .select .part.error .circle {
      background-color: #F24964; }
  .vc_model_pop .select .part.success {
    border: 1px dashed #3AC0C3;
    color: #3AC0C3; }
    .vc_model_pop .select .part.success .circle {
      background-color: #3AC0C3;
      font-size: 24px;
      font-size: 2.4rem; }
.vc_model_pop .pay_select .part {
  display: inline-block;
  *display: inline;
  margin: 0 50px; }
  .vc_model_pop .pay_select .part .pannel {
    width: 240px;
    border: 1px dashed #00AF42;
    padding: 0 15px;
    line-height: 160px;
    color: #00AF42;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px; }
  .vc_model_pop .pay_select .part .ali {
    border-color: #16A5E6;
    color: #16A5E6;
    display: block; }
  .vc_model_pop .pay_select .part p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #797979; }
  .vc_model_pop .pay_select .part #weixin_qrcode {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin-left: 10px;
    padding: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    line-height: 1em; }

.vc_analysis {
  border-top: 1px solid #ccc;
  padding-top: 40px; }
  .vc_analysis .news {
    margin-bottom: 50px; }
  .vc_analysis .right_cont {
    color: #FF6700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    float: right;
    padding-left: 10px; }
    .vc_analysis .right_cont .txt {
      margin-right: 10px; }
    .vc_analysis .right_cont .gap {
      margin-right: 10px;
      display: inline-block;
      *display: inline;
      height: 10px;
      width: 1px;
      background: #D8D8D8; }
    .vc_analysis .right_cont .price {
      color: #3AC0C3; }

.vc_analysis_detail {
  border-top: 1px solid #ccc; }
  .vc_analysis_detail .post-container {
    width: 100%; }
  .vc_analysis_detail .post-options .shares {
    position: relative; }
    .vc_analysis_detail .post-options .shares [class^="circle"] {
      border: none; }
    .vc_analysis_detail .post-options .shares .qrcode {
      width: 115px;
      padding: 20px 20px 10px;
      text-align: center;
      background-color: #FFF;
      border: 1px solid #EFEFEF;
      display: none;
      position: absolute;
      top: -72px;
      left: 180px;
      z-index: 2; }
      .vc_analysis_detail .post-options .shares .qrcode .triangle {
        position: absolute;
        display: inline-block;
        *display: inline;
        border: 15px solid transparent;
        border-right-color: #EFEFEF;
        left: -30px;
        top: 50%;
        margin-top: -20px; }
        .vc_analysis_detail .post-options .shares .qrcode .triangle span {
          position: absolute;
          display: inline-block;
          *display: inline;
          border: 14px solid transparent;
          border-right-color: #fff;
          left: -12px;
          top: -14px; }
      .vc_analysis_detail .post-options .shares .qrcode .img {
        text-align: center;
        margin-bottom: 15px; }
        .vc_analysis_detail .post-options .shares .qrcode .img img {
          display: inline-block;
          *display: inline !important; }
      .vc_analysis_detail .post-options .shares .qrcode .tit {
        color: #666666;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px; }
  .vc_analysis_detail .post-options .is_help {
    margin-bottom: 50px; }
    .vc_analysis_detail .post-options .is_help .vc-btn {
      color: #EE6E50;
      border-color: #EE6E50;
      font-weight: normal; }
      .vc_analysis_detail .post-options .is_help .vc-btn.current {
        background-color: #EE6E50;
        color: #fff; }
  .vc_analysis_detail article, .vc_analysis_detail .post-options, .vc_analysis_detail .relevance, .vc_analysis_detail .evaluate {
    width: 700px;
    margin: 0 auto; }
  .vc_analysis_detail article {
    margin-bottom: 60px; }
  .vc_analysis_detail .try_end {
    text-align: center;
    width: 100%;
    background-color: #F7FAFF;
    margin-bottom: 30px; }
    .vc_analysis_detail .try_end .cont {
      padding: 60px 0 40px;
      width: 980px;
      margin: 0 auto; }
    .vc_analysis_detail .try_end .hint {
      font-size: 20px;
      font-size: 2rem;
      line-height: 29px;
      margin-bottom: 40px; }
    .vc_analysis_detail .try_end .pannel {
      border: 1px #3AC0C3 dashed;
      display: inline-block;
      *display: inline;
      padding: 50px 73px 40px;
      margin-bottom: 60px; }
      .vc_analysis_detail .try_end .pannel .money {
        color: #3AC0C3;
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        margin-bottom: 20px; }
      .vc_analysis_detail .try_end .pannel .txt {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 23px;
        color: #808080; }
    .vc_analysis_detail .try_end .buy {
      margin-bottom: 60px; }
    .vc_analysis_detail .try_end .remind {
      padding-top: 40px;
      border-top: 1px dashed #D8D8D8;
      font-size: 20px;
      font-size: 2rem; }
      .vc_analysis_detail .try_end .remind span {
        color: #F24964; }
      .vc_analysis_detail .try_end .remind .vc-btn {
        line-height: 42px; }
  .vc_analysis_detail .shares {
    margin-bottom: 37px; }
  .vc_analysis_detail .relevance .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 20px; }
  .vc_analysis_detail .relevance .product_pannel {
    border: 1px solid #E8EEF7;
    margin-bottom: 60px; }
    .vc_analysis_detail .relevance .product_pannel .top {
      padding: 30px;
      border-bottom: 1px solid #E8EEF7; }
    .vc_analysis_detail .relevance .product_pannel .logo {
      margin-right: 20px; }
    .vc_analysis_detail .relevance .product_pannel .info {
      overflow: hidden; }
    .vc_analysis_detail .relevance .product_pannel .title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 17px; }
      .vc_analysis_detail .relevance .product_pannel .title a {
        color: #666; }
    .vc_analysis_detail .relevance .product_pannel .intro {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 18px;
      color: #808080; }
    .vc_analysis_detail .relevance .product_pannel .data ul {
      padding: 9px 0px; }
    .vc_analysis_detail .relevance .product_pannel .data li {
      display: inline-block;
      *display: inline;
      padding: 6px 15px;
      border-right: 1px solid #E8EEF7;
      width: 82px; }
      .vc_analysis_detail .relevance .product_pannel .data li:last-child {
        border-right: 0; }
    .vc_analysis_detail .relevance .product_pannel .data .item {
      color: #576B9D;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 15px;
      margin-bottom: 13px; }
    .vc_analysis_detail .relevance .product_pannel .data .value {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 21px;
      color: #666;
      white-space: nowrap; }
  .vc_analysis_detail .evaluate {
    color: #9EA9B2;
    margin-bottom: 60px; }
    .vc_analysis_detail .evaluate .title {
      padding: 0 0 20px 10px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 19px;
      border-bottom: 1px #E1E8EE solid; }
    .vc_analysis_detail .evaluate table {
      color: #9EA9B2;
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%; }
      .vc_analysis_detail .evaluate table td {
        padding: 10px; }
      .vc_analysis_detail .evaluate table tr:nth-child(even) {
        background-color: #F3F6F9; }
      .vc_analysis_detail .evaluate table .value, .vc_analysis_detail .evaluate table .gap {
        color: #808080; }
      .vc_analysis_detail .evaluate table .stars {
        vertical-align: top;
        position: relative;
        width: 100px;
        display: inline-block;
        *display: inline;
        margin-right: 10px; }
        .vc_analysis_detail .evaluate table .stars .star_bg, .vc_analysis_detail .evaluate table .stars .star {
          position: absolute;
          display: inline-block;
          *display: inline;
          width: 100px;
          max-width: 100px;
          white-space: nowrap;
          font-size: 0;
          text-align: center; }
          .vc_analysis_detail .evaluate table .stars .star_bg i, .vc_analysis_detail .evaluate table .stars .star i {
            color: #4FBC7C;
            font-size: 16px;
            display: inline-block;
            *display: inline;
            width: 20px;
            line-height: 22px; }
        .vc_analysis_detail .evaluate table .stars .star {
          z-index: 1;
          width: 0;
          overflow: hidden; }

.vc_report_detail {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #ccc; }
  .vc_report_detail .report_banner {
    border: 1px solid #E8E8E8;
    max-height: 300px;
    color: #666;
    margin-bottom: 60px; }
    .vc_report_detail .report_banner .left {
      margin-right: 30px; }
    .vc_report_detail .report_banner .right {
      overflow: hidden;
      padding: 30px 110px 0 0; }
      .vc_report_detail .report_banner .right .qrcode {
        width: 115px;
        padding: 20px 20px 10px;
        text-align: center;
        background-color: #FFF;
        border: 1px solid #EFEFEF;
        display: none;
        position: relative;
        top: -125px;
        left: 160px; }
        .vc_report_detail .report_banner .right .qrcode .triangle {
          position: absolute;
          display: inline-block;
          *display: inline;
          border: 15px solid transparent;
          border-right-color: #EFEFEF;
          left: -30px;
          top: 50%;
          margin-top: -20px; }
          .vc_report_detail .report_banner .right .qrcode .triangle span {
            position: absolute;
            display: inline-block;
            *display: inline;
            border: 14px solid transparent;
            border-right-color: #fff;
            left: -12px;
            top: -14px; }
        .vc_report_detail .report_banner .right .qrcode .img {
          text-align: center;
          margin-bottom: 15px; }
          .vc_report_detail .report_banner .right .qrcode .img img {
            display: inline-block;
            *display: inline !important; }
        .vc_report_detail .report_banner .right .qrcode .tit {
          color: #666666;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px; }
    .vc_report_detail .report_banner .title {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      margin-bottom: 20px; }
    .vc_report_detail .report_banner .buy_pannel {
      width: 440px;
      background-color: #F7FAFF;
      padding: 25px 20px 20px;
      margin-bottom: 30px; }
      .vc_report_detail .report_banner .buy_pannel .money {
        color: #3AC0C3;
        margin-bottom: 25;
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 25px; }
        .vc_report_detail .report_banner .buy_pannel .money .sign {
          font-size: 20px;
          font-size: 2rem; }
      .vc_report_detail .report_banner .buy_pannel .privilege {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 25px; }
        .vc_report_detail .report_banner .buy_pannel .privilege .money {
          color: #F24964;
          font-size: 16px;
          font-size: 1.6rem; }
        .vc_report_detail .report_banner .buy_pannel .privilege .upgrade {
          color: #666;
          margin-left: 20px;
          text-decoration: underline; }
    .vc_report_detail .report_banner .vc-btn {
      padding: 0 36px; }
    .vc_report_detail .report_banner .intro {
      margin-left: 30px; }
  .vc_report_detail .report_cont .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    display: inline-block;
    *display: inline;
    padding-bottom: 10px;
    border-bottom: 2px solid #EE6E50;
    position: relative;
    bottom: -1px; }
  .vc_report_detail .report_cont .intros {
    border-top: 1px solid #E8E8E8;
    padding-top: 40px;
    line-height: 22px;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 80px; }
    .vc_report_detail .report_cont .intros p {
      min-height: 22px; }
    .vc_report_detail .report_cont .intros .tit {
      margin-bottom: 22px;
      font-weight: bold; }

.qianzai-set-header {
  background-color: #FFF;
  line-height: 89px;
  box-shadow: 0 0 1px rgba(40, 56, 81, 0.4);
  padding-right: 60px;
  margin-bottom: 40px;
  position: relative; }
  .qianzai-set-header .avatar img {
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .qianzai-set-header .avatar .name {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    word-spacing: 2px;
    margin-right: 11px;
    font-weight: bold;
    letter-spacing: 2px; }
  .qianzai-set-header .avatar i {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3AC0C3;
    vertical-align: middle;
    display: inline-block;
    *display: inline; }
  .qianzai-set-header .avatar i.hover {
    animation: turnl 0.3s linear 0s 1 normal running forwards; }
  .qianzai-set-header .avatar i.hover-out {
    animation: turnr 0.5s linear 0s 1 normal running forwards; }
  .qianzai-set-header .qianzai-dropdown {
    position: absolute;
    right: 230px;
    top: 35px; }
    .qianzai-set-header .qianzai-dropdown .dropdown-menu {
      padding: 10px 0;
      left: -42px; }
      .qianzai-set-header .qianzai-dropdown .dropdown-menu:before {
        right: 15px; }
    .qianzai-set-header .qianzai-dropdown ul {
      line-height: 20px; }
    .qianzai-set-header .qianzai-dropdown li {
      margin-right: 0;
      width: 170px;
      line-height: 60px;
      background-color: #FFF;
      border-bottom: 1px solid #E3E4E7;
      padding: 0 30px 0 20px; }
      .qianzai-set-header .qianzai-dropdown li:last-child {
        border-bottom: none; }
      .qianzai-set-header .qianzai-dropdown li a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        color: #808080; }
      .qianzai-set-header .qianzai-dropdown li:hover {
        background-color: #F1F1F1; }

.qianzai_set {
  background-color: #F5F8FB;
  height: 100vh;
  width: 100vw; }
  .qianzai_set.close .siderbar {
    width: 80px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
    .qianzai_set.close .siderbar .logo_part {
      line-height: 81px; }
      .qianzai_set.close .siderbar .logo_part .logo, .qianzai_set.close .siderbar .logo_part .column-line, .qianzai_set.close .siderbar .logo_part .column-title {
        display: none; }
      .qianzai_set.close .siderbar .logo_part .home {
        display: block; }
    .qianzai_set.close .siderbar .navs li {
      text-align: center; }
      .qianzai_set.close .siderbar .navs li .txt, .qianzai_set.close .siderbar .navs li i.fr, .qianzai_set.close .siderbar .navs li .p-header i.options, .p-header .qianzai_set.close .siderbar .navs li i.options, .qianzai_set.close .siderbar .navs .mod-article-list li i.pic, .mod-article-list .qianzai_set.close .siderbar .navs li i.pic, .qianzai_set.close .siderbar .navs .mod-article-list li i.relate, .mod-article-list .qianzai_set.close .siderbar .navs li i.relate, .qianzai_set.close .siderbar .navs .hot-list .mod-article-list li i.options, .hot-list .mod-article-list .qianzai_set.close .siderbar .navs li i.options, .qianzai_set.close .siderbar .navs li .index_cont .top_article .inner i.options, .index_cont .top_article .inner .qianzai_set.close .siderbar .navs li i.options, .qianzai_set.close .siderbar .navs li .index_cont .top_article .column i.options, .index_cont .top_article .column .qianzai_set.close .siderbar .navs li i.options, .qianzai_set.close .siderbar .navs li .index_cont .top_article .articles i.options, .index_cont .top_article .articles .qianzai_set.close .siderbar .navs li i.options {
        display: none; }
      .qianzai_set.close .siderbar .navs li .cont {
        width: auto; }
        .qianzai_set.close .siderbar .navs li .cont .icon {
          margin-right: 0; }
      .qianzai_set.close .siderbar .navs li i {
        margin-right: 0;
        margin-left: -2px; }
      .qianzai_set.close .siderbar .navs li i.icon-pack {
        display: inline-block;
        *display: inline;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -moz-transition: transform 0.8s ease-in-out;
        -webkit-transition: transform 0.8s ease-in-out;
        transition: transform 0.8s ease-in-out;
        -moz-transition: transform 0.8s ease-in-out;
        -webkit-transition: transform 0.8s ease-in-out;
        -o-transition: transform 0.8s ease-in-out; }
      .qianzai_set.close .siderbar .navs li.current {
        border-left: 5px solid #EE6E50; }
        .qianzai_set.close .siderbar .navs li.current .icon {
          display: inline-block;
          *display: inline;
          *display: inline;
          color: #fff;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 24px;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
    .qianzai_set.close .siderbar .nav_tit {
      width: 80px;
      text-align: center; }
    .qianzai_set.close .siderbar .close_hide {
      display: none; }
    .qianzai_set.close .siderbar .gap_line {
      width: 60px; }
  .qianzai_set.close .main_cont {
    padding-left: 80px; }
  .qianzai_set .siderbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    background-color: #334563;
    width: 300px;
    overflow: hidden;
    z-index: 3; }
    .qianzai_set .siderbar .siderbar_cont {
      height: 100%;
      height: 100vh;
      overflow: hidden; }
    .qianzai_set .siderbar .logo_part {
      line-height: 80px;
      background-color: #283851;
      text-align: center;
      color: #fff;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(76, 87, 104, 0.4); }
      .qianzai_set .siderbar .logo_part a {
        color: #fff; }
      .qianzai_set .siderbar .logo_part .column-title {
        font-size: 20px;
        font-size: 2rem; }
      .qianzai_set .siderbar .logo_part .column-line {
        margin: 0 10px;
        position: relative;
        top: 2px; }
      .qianzai_set .siderbar .logo_part a {
        display: inline-block;
        *display: inline;
        *display: inline;
        vertical-align: middle; }
      .qianzai_set .siderbar .logo_part .home {
        display: none; }
        .qianzai_set .siderbar .logo_part .home i {
          font-size: 44px;
          font-size: 4.4rem;
          vertical-align: middle; }
    .qianzai_set .siderbar .navs li {
      text-align: center;
      line-height: 64px;
      color: #A0A9B0;
      font-size: 16px;
      font-size: 1.6rem;
      border-left: 5px solid #334563; }
      .qianzai_set .siderbar .navs li a {
        color: #A0A9B0; }
      .qianzai_set .siderbar .navs li i {
        color: #3AC0C3;
        font-size: 20px;
        font-size: 2rem; }
      .qianzai_set .siderbar .navs li .txt {
        display: inline-block;
        *display: inline;
        font-size: 16px;
        font-size: 1.6rem; }
      .qianzai_set .siderbar .navs li i.fr, .qianzai_set .siderbar .navs li .p-header i.options, .p-header .qianzai_set .siderbar .navs li i.options, .qianzai_set .siderbar .navs .mod-article-list li i.pic, .mod-article-list .qianzai_set .siderbar .navs li i.pic, .qianzai_set .siderbar .navs .mod-article-list li i.relate, .mod-article-list .qianzai_set .siderbar .navs li i.relate, .qianzai_set .siderbar .navs .hot-list .mod-article-list li i.options, .hot-list .mod-article-list .qianzai_set .siderbar .navs li i.options, .qianzai_set .siderbar .navs li .index_cont .top_article .inner i.options, .index_cont .top_article .inner .qianzai_set .siderbar .navs li i.options, .qianzai_set .siderbar .navs li .index_cont .top_article .column i.options, .index_cont .top_article .column .qianzai_set .siderbar .navs li i.options, .qianzai_set .siderbar .navs li .index_cont .top_article .articles i.options, .index_cont .top_article .articles .qianzai_set .siderbar .navs li i.options {
        color: #737C8B;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 64px;
        display: inline-block;
        *display: inline; }
      .qianzai_set .siderbar .navs li .cont {
        display: inline-block;
        *display: inline;
        width: 220px;
        text-align: left; }
      .qianzai_set .siderbar .navs li .icon {
        display: inline-block;
        *display: inline;
        width: 20px;
        margin-right: 20px;
        text-align: center; }
        .qianzai_set .siderbar .navs li .icon i {
          vertical-align: middle;
          position: relative;
          top: -3px; }
      .qianzai_set .siderbar .navs li:hover {
        color: #fff; }
        .qianzai_set .siderbar .navs li:hover a {
          color: #fff; }
        .qianzai_set .siderbar .navs li:hover i {
          color: #fff; }
      .qianzai_set .siderbar .navs li i.icon-pack {
        display: inline-block;
        *display: inline;
        transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz--transform: rotateY(0deg);
        transition: transform 0.8s ease-in-out;
        -moz-transition: transform 0.8s ease-in-out;
        -webkit-transition: transform 0.8s ease-in-out;
        -o-transition: transform 0.8s ease-in-out; }
      .qianzai_set .siderbar .navs li.current {
        background-color: #283851;
        border-left: 5px solid #EE6E50;
        color: #fff; }
        .qianzai_set .siderbar .navs li.current a {
          color: #fff; }
        .qianzai_set .siderbar .navs li.current i {
          color: #fff; }
    .qianzai_set .siderbar .gap_line {
      height: 1px;
      width: 300px;
      margin: 0 auto;
      background-color: #4C5768; }
  .qianzai_set .new_siderbar .navs {
    margin-bottom: 20px; }
    .qianzai_set .new_siderbar .navs li {
      line-height: 24px;
      margin-bottom: 14px;
      height: 24px; }
      .qianzai_set .new_siderbar .navs li:hover i {
        color: #3AC0C3; }
      .qianzai_set .new_siderbar .navs li:hover i.icon-lock3 {
        color: #737C8B; }
      .qianzai_set .new_siderbar .navs li i.fr, .qianzai_set .new_siderbar .navs li .p-header i.options, .p-header .qianzai_set .new_siderbar .navs li i.options, .qianzai_set .new_siderbar .navs .mod-article-list li i.pic, .mod-article-list .qianzai_set .new_siderbar .navs li i.pic, .qianzai_set .new_siderbar .navs .mod-article-list li i.relate, .mod-article-list .qianzai_set .new_siderbar .navs li i.relate, .qianzai_set .new_siderbar .navs .hot-list .mod-article-list li i.options, .hot-list .mod-article-list .qianzai_set .new_siderbar .navs li i.options, .qianzai_set .new_siderbar .navs li .index_cont .top_article .inner i.options, .index_cont .top_article .inner .qianzai_set .new_siderbar .navs li i.options, .qianzai_set .new_siderbar .navs li .index_cont .top_article .column i.options, .index_cont .top_article .column .qianzai_set .new_siderbar .navs li i.options, .qianzai_set .new_siderbar .navs li .index_cont .top_article .articles i.options, .index_cont .top_article .articles .qianzai_set .new_siderbar .navs li i.options {
        line-height: 24px; }
      .qianzai_set .new_siderbar .navs li.current {
        background-color: transparent;
        border-left: 5px solid #EE6E50;
        color: #EE6E50; }
        .qianzai_set .new_siderbar .navs li.current a {
          color: #EE6E50; }
        .qianzai_set .new_siderbar .navs li.current i {
          color: #EE6E50; }
      .qianzai_set .new_siderbar .navs li i.icon-pannel {
        font-size: 14px;
        font-size: 1.4rem; }
      .qianzai_set .new_siderbar .navs li i.icon-bag {
        font-size: 16px;
        font-size: 1.6rem; }
      .qianzai_set .new_siderbar .navs li i.icon-earth {
        font-size: 22px;
        font-size: 2.2rem; }
      .qianzai_set .new_siderbar .navs li i.icon-view {
        font-size: 18px;
        font-size: 1.8rem; }
      .qianzai_set .new_siderbar .navs li i.icon-pack {
        font-size: 18px;
        font-size: 1.8rem; }
  .qianzai_set .new_siderbar .nav_tit {
    color: #fff;
    width: 220px;
    margin: 20px auto 20px;
    font-size: 14px;
    font-size: 1.4rem; }
  .qianzai_set .new_siderbar .gap_line {
    margin-bottom: 10px; }
  .qianzai_set .new_siderbar .js_close {
    padding-top: 5px; }
  .qianzai_set .main_cont {
    padding-left: 300px; }
    .qianzai_set .main_cont .cont {
      width: 900px;
      margin: 0 auto; }
    .qianzai_set .main_cont .part {
      background-color: #FFF;
      border: 1px solid rgba(198, 200, 206, 0.5);
      margin-bottom: 20px; }
      .qianzai_set .main_cont .part .bold {
        font-weight: bold; }
      .qianzai_set .main_cont .part .top_banner {
        line-height: 70px;
        color: #596679;
        padding: 0 30px; }
        .qianzai_set .main_cont .part .top_banner .tit {
          margin-right: 10px;
          font-size: 18px;
          font-size: 1.8rem;
          display: inline-block;
          *display: inline; }
        .qianzai_set .main_cont .part .top_banner .intro {
          font-size: 14px;
          font-size: 1.4rem; }
          .qianzai_set .main_cont .part .top_banner .intro .num {
            color: #3AC0C3;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: bold; }
        .qianzai_set .main_cont .part .top_banner .num {
          color: #3AC0C3; }
        .qianzai_set .main_cont .part .top_banner a {
          color: #c30e2e; }
        .qianzai_set .main_cont .part .top_banner .more {
          font-size: 13px;
          font-size: 1.3rem; }
      .qianzai_set .main_cont .part .hint {
        border-top: 1px solid #E5E7EC;
        text-align: center;
        padding: 60px 0;
        font-size: 18px;
        font-size: 1.8rem;
        color: #666666; }
        .qianzai_set .main_cont .part .hint a {
          color: #F38462;
          text-decoration: underline; }
      .qianzai_set .main_cont .part .no_result {
        padding: 30px 30px 20px;
        color: #596679; }
        .qianzai_set .main_cont .part .no_result .tit {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 30px;
          font-weight: bold; }
        .qianzai_set .main_cont .part .no_result .intro {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 30px; }
        .qianzai_set .main_cont .part .no_result a {
          color: #c30e2e; }
    .qianzai_set .main_cont .top_hint {
      padding: 17px 30px;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 20px; }
      .qianzai_set .main_cont .top_hint .circle {
        margin-right: 20px;
        text-align: center;
        line-height: 46px;
        height: 46px;
        width: 46px;
        background-color: #FF624A;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-top: 4px; }
      .qianzai_set .main_cont .top_hint .hint_cont {
        overflow: hidden;
        color: #596679;
        font-size: 18px;
        font-size: 1.8rem; }
        .qianzai_set .main_cont .top_hint .hint_cont p {
          line-height: 28px; }
          .qianzai_set .main_cont .top_hint .hint_cont p a {
            color: #EE6E50; }
    .qianzai_set .main_cont .update {
      padding: 15px 30px; }
      .qianzai_set .main_cont .update .circle {
        background-color: #3AC0C3;
        color: #fff;
        display: inline-block;
        *display: inline;
        *display: inline;
        width: 46px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 20px; }
        .qianzai_set .main_cont .update .circle i {
          font-size: 18px;
          font-size: 1.8rem;
          vertical-align: middle; }
      .qianzai_set .main_cont .update .txt {
        color: #596679;
        font-size: 18px;
        font-size: 1.8rem; }
        .qianzai_set .main_cont .update .txt a {
          color: #c30e2e;
          text-decoration: underline; }
    .qianzai_set .main_cont .new_pro .table {
      max-height: 278px;
      overflow-y: scroll; }
    .qianzai_set .main_cont .new_pro table {
      color: #666666;
      width: 100%; }
      .qianzai_set .main_cont .new_pro table th:first-child {
        text-align: left;
        padding-left: 30px; }
      .qianzai_set .main_cont .new_pro table th:last-child {
        padding-right: 20px; }
      .qianzai_set .main_cont .new_pro table td {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem; }
        .qianzai_set .main_cont .new_pro table td.tl {
          text-align: left;
          padding-left: 10px; }
        .qianzai_set .main_cont .new_pro table td:first-child {
          padding-left: 20px; }
        .qianzai_set .main_cont .new_pro table td:last-child {
          padding-right: 20px; }
        .qianzai_set .main_cont .new_pro table td img {
          border: 1px solid #EBECED; }
      .qianzai_set .main_cont .new_pro table thead tr {
        height: auto;
        border: none;
        line-height: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #808080;
        background-color: #F7F9FA; }
      .qianzai_set .main_cont .new_pro table tr {
        line-height: 92px; }
        .qianzai_set .main_cont .new_pro table tr:nth-child(2n) {
          border-top: 1px #F2F2F2 solid;
          border-bottom: 1px #F2F2F2 solid;
          background-color: #F7F9FA; }
      .qianzai_set .main_cont .new_pro table .tit {
        color: #5696F9;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px; }
        .qianzai_set .main_cont .new_pro table .tit a {
          color: #5696F9;
          background-color: rgba(86, 150, 249, 0.08); }
    .qianzai_set .main_cont .new_news .news-cont {
      border-top: 1px solid #E5E7EC;
      font-size: 0px;
      font-size: 0rem;
      background-color: #fff; }
      .qianzai_set .main_cont .new_news .news-cont .left, .qianzai_set .main_cont .new_news .news-cont .right {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 30px;
        display: inline-block;
        *display: inline; }
      .qianzai_set .main_cont .new_news .news-cont .tit {
        color: #596679;
        line-height: 16px; }
      .qianzai_set .main_cont .new_news .news-cont .left {
        width: 540px; }
        .qianzai_set .main_cont .new_news .news-cont .left.border {
          border-right: 1px solid #E5E7EC; }
        .qianzai_set .main_cont .new_news .news-cont .left .tit {
          padding-left: 30px; }
        .qianzai_set .main_cont .new_news .news-cont .left li {
          padding: 30px;
          color: #c30e2e;
          line-height: 14px;
          border-bottom: 1px solid #E5E7EC; }
          .qianzai_set .main_cont .new_news .news-cont .left li:last-child {
            border-bottom: none; }
          .qianzai_set .main_cont .new_news .news-cont .left li a {
            color: #c30e2e; }
      .qianzai_set .main_cont .new_news .news-cont .right {
        padding-left: 20px;
        width: 355px;
        vertical-align: top; }
        .qianzai_set .main_cont .new_news .news-cont .right .tit {
          margin-bottom: 20px; }
        .qianzai_set .main_cont .new_news .news-cont .right li {
          margin-bottom: 24px; }
        .qianzai_set .main_cont .new_news .news-cont .right h4 {
          color: #666666;
          line-height: 15px;
          margin-bottom: 10px; }
        .qianzai_set .main_cont .new_news .news-cont .right .time {
          color: #808080;
          line-height: 17px;
          font-size: 13px;
          font-size: 1.3rem; }
    .qianzai_set .main_cont .others .others_cont {
      border-top: 1px solid #DEE1E7;
      padding: 30px 0 0 100px;
      font-size: 0px;
      font-size: 0rem; }
      .qianzai_set .main_cont .others .others_cont li {
        font-size: 14px;
        font-size: 1.4rem;
        width: 33.33%;
        display: inline-block;
        *display: inline;
        margin-bottom: 40px; }
        .qianzai_set .main_cont .others .others_cont li .circle {
          background-color: #8CA4B3;
          float: left;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          margin-right: 20px;
          color: #fff; }
        .qianzai_set .main_cont .others .others_cont li i {
          font-size: 18px;
          font-size: 1.8rem;
          vertical-align: middle; }
        .qianzai_set .main_cont .others .others_cont li h4 {
          margin-bottom: 8px;
          line-height: 16px;
          color: #666; }
        .qianzai_set .main_cont .others .others_cont li .text {
          line-height: 13px;
          font-size: 13px;
          font-size: 1.3rem;
          color: #808080; }
    .qianzai_set .main_cont .credit_list .credit-cont {
      color: #666;
      border-top: 1px solid #DEE1E7; }
      .qianzai_set .main_cont .credit_list .credit-cont li {
        border-bottom: 1px solid #E5E7EC;
        padding: 23px 32px 19px; }
        .qianzai_set .main_cont .credit_list .credit-cont li:last-child {
          border-bottom: none; }
        .qianzai_set .main_cont .credit_list .credit-cont li .project {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 30px; }
      .qianzai_set .main_cont .credit_list .credit-cont .news_t {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-bottom: 5px; }
        .qianzai_set .main_cont .credit_list .credit-cont .news_t a {
          color: #666666; }
      .qianzai_set .main_cont .credit_list .credit-cont .logo {
        float: left;
        margin-right: 30px; }
      .qianzai_set .main_cont .credit_list .credit-cont .right_cont {
        float: right;
        color: #FFFFFF;
        border: 2px solid #F24964;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 36px; }
        .qianzai_set .main_cont .credit_list .credit-cont .right_cont i {
          color: #F24964; }
        .qianzai_set .main_cont .credit_list .credit-cont .right_cont .icon {
          display: inline-block;
          *display: inline;
          padding: 0 8px; }
        .qianzai_set .main_cont .credit_list .credit-cont .right_cont .txt {
          color: #fff;
          background-color: #F24964;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          display: inline-block;
          *display: inline;
          padding: 0 8px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 38px; }
    .qianzai_set .main_cont .orders_list table {
      width: 100%; }
      .qianzai_set .main_cont .orders_list table thead {
        line-height: 70px;
        color: #596679;
        font-size: 18px;
        font-size: 1.8rem; }
      .qianzai_set .main_cont .orders_list table tr {
        border-bottom: 1px solid #E5E7EC; }
      .qianzai_set .main_cont .orders_list table td {
        text-align: center;
        height: 118px;
        font-size: 18px;
        font-size: 1.8rem; }
        .qianzai_set .main_cont .orders_list table td.t_left {
          text-align: left; }
      .qianzai_set .main_cont .orders_list table .day, .qianzai_set .main_cont .orders_list table .date {
        color: #808080; }
      .qianzai_set .main_cont .orders_list table .day {
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 3px;
        line-height: 50px; }
      .qianzai_set .main_cont .orders_list table .date {
        line-height: 25px; }
      .qianzai_set .main_cont .orders_list table .intro {
        color: #666; }
      .qianzai_set .main_cont .orders_list table .money {
        color: #3AC0C3;
        font-size: 24px;
        font-size: 2.4rem; }
    .qianzai_set .main_cont .analysis_list .analysis-cont {
      color: #666;
      border-top: 1px solid #DEE1E7; }
      .qianzai_set .main_cont .analysis_list .analysis-cont li {
        border-bottom: 1px solid #E5E7EC;
        padding: 23px 32px 19px; }
        .qianzai_set .main_cont .analysis_list .analysis-cont li:last-child {
          border-bottom: none; }
      .qianzai_set .main_cont .analysis_list .analysis-cont .news_t {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        margin-bottom: 5px; }
        .qianzai_set .main_cont .analysis_list .analysis-cont .news_t a {
          color: #666666; }
      .qianzai_set .main_cont .analysis_list .analysis-cont .time {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 12px; }
      .qianzai_set .main_cont .analysis_list .analysis-cont .project {
        font-size: 14px;
        font-size: 1.4rem; }
        .qianzai_set .main_cont .analysis_list .analysis-cont .project a {
          color: #666; }
    .qianzai_set .main_cont .analysis_list .right_cont {
      color: #FF6700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 30px;
      float: right; }
      .qianzai_set .main_cont .analysis_list .right_cont .txt {
        margin-right: 10px; }
      .qianzai_set .main_cont .analysis_list .right_cont .gap {
        margin-right: 10px;
        display: inline-block;
        *display: inline;
        height: 10px;
        width: 1px;
        background: #D8D8D8; }
      .qianzai_set .main_cont .analysis_list .right_cont .price {
        color: #3AC0C3; }
    .qianzai_set .main_cont .pay table {
      border-top: 1px solid #DEE1E7;
      width: 100%; }
      .qianzai_set .main_cont .pay table .circle {
        display: inline-block;
        *display: inline;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #D8D8D8;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-color: #D8D8D8;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-size: 2rem; }
        .qianzai_set .main_cont .pay table .circle.current {
          background-color: #3AC0C3; }
      .qianzai_set .main_cont .pay table tr {
        line-height: 46px;
        background-color: #F7F9FA;
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        color: #666; }
        .qianzai_set .main_cont .pay table tr:nth-child(2n) {
          background-color: #FFF; }
      .qianzai_set .main_cont .pay table td:first-child {
        padding-left: 40px;
        text-align: left; }
      .qianzai_set .main_cont .pay table th {
        font-size: 18px;
        font-size: 1.8rem;
        color: #666;
        line-height: 78px;
        text-align: center; }
      .qianzai_set .main_cont .pay table th:first-child {
        text-align: left;
        padding-left: 40px; }
    .qianzai_set .main_cont .pay .options {
      padding: 40px; }
      .qianzai_set .main_cont .pay .options p {
        color: #596679;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 10px; }
      .qianzai_set .main_cont .pay .options .vc-btn {
        background-color: #F24964; }
      .qianzai_set .main_cont .pay .options .disable {
        background-color: #D8D8D8; }

.pc-qianzai-setting .cont-set {
  width: 916px;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid rgba(198, 200, 206, 0.5);
  margin-bottom: 20px; }
.pc-qianzai-setting .user-set-cont {
  padding-top: 40px;
  background-color: #FFF; }
  .pc-qianzai-setting .user-set-cont .part {
    border: none; }

.vc_notice {
  background-color: #4A90E2;
  padding: 11px 0px 11px 0px;
  color: #fff;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 40px;
  top: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  .vc_notice p {
    padding: 0 48px 0 20px; }
  .vc_notice .close {
    color: #fff;
    position: absolute;
    cursor: pointer;
    right: 15px; }

.tmt_video {
  padding-top: 55px; }
  .tmt_video .top_video {
    height: 450px;
    background-color: #121212;
    margin-bottom: 40px; }
    .tmt_video .top_video .content {
      position: relative;
      width: 1120px;
      margin: 0 auto;
      display: table;
      height: 100%; }
      .tmt_video .top_video .content .words {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        position: relative;
        z-index: 2;
        width: 550px; }
        .tmt_video .top_video .content .words .type {
          margin-bottom: 20px; }
          .tmt_video .top_video .content .words .type span {
            background-color: #D93641;
            display: inline-block;
            line-height: 23px;
            padding: 0 5px;
            font-size: 16px;
            font-size: 1.6rem; }
        .tmt_video .top_video .content .words .title {
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 45px;
          margin-bottom: 40px; }
          .tmt_video .top_video .content .words .title a {
            color: #fff; }
        .tmt_video .top_video .content .words .info {
          font-size: 13px;
          font-size: 1.3rem;
          margin-bottom: 20px;
          opacity: 0.8; }
          .tmt_video .top_video .content .words .info a {
            color: #fff; }
      .tmt_video .top_video .content .img {
        position: absolute;
        right: 0;
        top: 0;
        width: 800px;
        height: 450px;
        overflow: hidden; }
        .tmt_video .top_video .content .img img {
          filter: blur(2px); }
        .tmt_video .top_video .content .img .video-img img {
          filter: blur(0px); }
        .tmt_video .top_video .content .img .shadow {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background-image: -webkit-linear-gradient(to right, #121212, transparent, #121212);
          background-image: linear-gradient(to right, #121212, transparent, #121212); }
  .tmt_video .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    margin: -35px 0 0 -35px;
    border: 2px #fff solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 66px;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }
    .tmt_video .video-icon i {
      position: relative;
      top: 2px;
      left: 4px; }
    .tmt_video .video-icon.small {
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin: -18px 0 0 -18px;
      font-size: 25px;
      font-size: 2.5rem; }
      .tmt_video .video-icon.small i {
        position: relative;
        top: 1px;
        left: 2px; }
  .tmt_video .video-img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px; }
    .tmt_video .video-img.small {
      margin: -21px 0 0 -21px; }
  .tmt_video .options {
    font-size: 13px;
    font-size: 1.3rem;
    opacity: 0.8; }
    .tmt_video .options i {
      font-size: 16px;
      font-size: 1.6rem;
      vertical-align: middle; }
    .tmt_video .options .icon-Shape9 {
      display: none; }
    .tmt_video .options a {
      color: #fff; }
      .tmt_video .options a:hover, .tmt_video .options a.current {
        color: #c30e2e;
        text-decoration: none; }
        .tmt_video .options a:hover .icon, .tmt_video .options a.current .icon {
          color: #c30e2e; }
      .tmt_video .options a.current .icon-Shape9 {
        display: inline-block;
        *display: inline;
        -webkit-animation: scalefade 300ms;
        animation: scalefade 300ms; }
      .tmt_video .options a.current .icon-like-1 {
        display: none; }
      .tmt_video .options a .icon-Shape9 {
        display: none; }
      .tmt_video .options a .icon-like-1, .tmt_video .options a .icon-Shape9 {
        position: relative;
        top: -2px; }
      .tmt_video .options a .num {
        color: #fff; }
    .tmt_video .options .like {
      margin-right: 30px; }
    .tmt_video .options .icon {
      margin-right: 10px; }
  .tmt_video .big_man_video {
    width: 1120px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1; }
    .tmt_video .big_man_video h2.title {
      position: absolute;
      top: -7px;
      left: 0;
      z-index: 2; }
      .tmt_video .big_man_video h2.title span {
        background-color: #D93641;
        display: inline-block;
        line-height: 23px;
        padding: 0 5px;
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem; }
    .tmt_video .big_man_video ul {
      font-size: 0;
      margin-right: -10px; }
    .tmt_video .big_man_video li {
      width: 555px;
      height: 555px;
      overflow: hidden;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 21px;
      position: relative; }
      .tmt_video .big_man_video li .img {
        display: block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-bottom: 15px; }
        .tmt_video .big_man_video li .img img {
          width: 100%;
          height: 100%; }
        .tmt_video .big_man_video li .img .video-img {
          width: 62px; }
      .tmt_video .big_man_video li .shadow {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); }
      .tmt_video .big_man_video li .words {
        position: absolute;
        bottom: 30px;
        z-index: 2;
        padding: 0 78px;
        text-align: center; }
        .tmt_video .big_man_video li .words .info {
          color: #fff;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 18px;
          margin-bottom: 20px; }
          .tmt_video .big_man_video li .words .info a {
            color: #fff; }
        .tmt_video .big_man_video li .words .tit {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 33px;
          margin-bottom: 15px;
          height: 66px;
          overflow: hidden; }
          .tmt_video .big_man_video li .words .tit a {
            color: #fff; }
  .tmt_video .list_video {
    width: 1120px;
    margin: 0 auto 30px; }
    .tmt_video .list_video .circle {
      text-align: center;
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #F8E71C;
      color: #000;
      margin-right: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .tmt_video .list_video .circle.blue {
        background-color: #76B5FF; }
      .tmt_video .list_video .circle.pink {
        background-color: #D48BE3; }
    .tmt_video .list_video .icon {
      margin-right: 10px; }
    .tmt_video .list_video .title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 25px;
      padding-bottom: 13px;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 21px;
      font-weight: bold; }
    .tmt_video .list_video ul {
      font-size: 0;
      margin-right: -30px; }
    .tmt_video .list_video li {
      width: 200px;
      overflow: hidden;
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 40px;
      vertical-align: top; }
      .tmt_video .list_video li .img {
        display: block;
        position: relative;
        vertical-align: top;
        width: 200px;
        height: 120px;
        overflow: hidden;
        margin-bottom: 15px; }
        .tmt_video .list_video li .img .time {
          position: absolute;
          right: 9px;
          bottom: 0px;
          display: inline-block;
          background-color: #000;
          padding: 0 2px;
          line-height: 17px;
          font-size: 12px;
          font-size: 1.2rem;
          color: rgba(255, 255, 255, 0.8); }
      .tmt_video .list_video li .info {
        color: #666666;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 21px;
        margin-bottom: 8px; }
        .tmt_video .list_video li .info a {
          color: #666; }
      .tmt_video .list_video li .tit {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }
        .tmt_video .list_video li .tit a {
          color: #333; }

@media (max-width: 1200px) {
  .tmt_video .top_video .content, .tmt_video .list_video, .tmt_video .big_man_video {
    width: 980px; }
  .tmt_video .big_man_video li {
    width: 485px;
    height: 485px; } }
.event-post-list {
  padding-top: 151px; }
  .event-post-list h1.title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  .event-post-list .bio {
    padding-bottom: 50px;
    border-bottom: 1px solid #E5E5E5; }
  .event-post-list .mod-article-list .cont {
    float: right; }
    .event-post-list .mod-article-list .cont .intro {
      color: #808080; }
  .event-post-list .mod-article-list .category {
    margin-bottom: 15px; }
    .event-post-list .mod-article-list .category span {
      display: inline-block;
      *display: inline;
      padding: 0 5px;
      line-height: 17px;
      font-size: 12px;
      font-size: 1.2rem;
      background-color: #c30e2e;
      color: #fff; }
  .event-post-list .mod-article-list .pic {
    left: 0;
    margin-left: 0;
    position: static;
    float: left;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0); }

.event-detail {
  padding-top: 161px; }
  .event-detail article h1 {
    margin-bottom: 30px; }
  .event-detail .more a {
    color: #c30e2e;
    text-decoration: underline; }
  .event-detail .article-list {
    font-size: 0; }
  .event-detail .related_articles {
    margin-bottom: 50px; }
  .event-detail .event-info .pic img {
    margin: 0 !important; }
  .event-detail .event-info .panel {
    background-color: #F6F6F6;
    padding: 30px;
    margin-bottom: 27px; }
    .event-detail .event-info .panel p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 21px;
      margin-bottom: 0; }
    .event-detail .event-info .panel .summary {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #D8D8D8; }
    .event-detail .event-info .panel .info p {
      line-height: 28px; }
      .event-detail .event-info .panel .info p .title {
        font-weight: bold; }
      .event-detail .event-info .panel .info p .word {
        color: #c30e2e !important; }

.page-cont.gray {
  background-color: #F5F5F5; }

.event-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 61px; }
  .event-container .pagination_part {
    background-color: #FFF; }
    .event-container .pagination_part .pagination {
      padding-bottom: 40px;
      border-top: 0; }
  .event-container .top-events {
    width: 100%;
    margin-top: 92px;
    margin-bottom: 0;
    padding-top: 31px; }
    .event-container .top-events .slick-dots {
      bottom: inherit;
      top: 355px; }
      .event-container .top-events .slick-dots li {
        width: 10px; }
        .event-container .top-events .slick-dots li button:before {
          content: ".";
          font-size: 60px; }
        .event-container .top-events .slick-dots li button:hover:before, .event-container .top-events .slick-dots li button:focus:before {
          color: #D93641;
          opacity: 1; }
        .event-container .top-events .slick-dots li.slick-active button:before {
          color: #D93641;
          opacity: 1; }
    .event-container .top-events .arrow-prev, .event-container .top-events .arrow-next {
      line-height: 0;
      position: absolute;
      top: 40%;
      padding: 0;
      cursor: pointer;
      z-index: 2;
      transition: transform 0.6s;
      -webkit-transition: -webkit-transform 0.6s; }
      .event-container .top-events .arrow-prev i, .event-container .top-events .arrow-next i {
        color: #fff; }
    .event-container .top-events .arrow-prev {
      font-size: 45px;
      left: 0;
      background-position: 0 0;
      transform: translate(-43px, 0);
      -webkit-transform: translate(-43px, 0); }
    .event-container .top-events .arrow-next {
      right: 0;
      background-position: -43px 0;
      transform: translate(43px, 0);
      -webkit-transform: translate(43px, 0); }
      .event-container .top-events .arrow-next i {
        display: block;
        font-size: 45px; }
    .event-container .top-events:hover .arrow-prev {
      left: 1%; }
    .event-container .top-events:hover .arrow-next {
      right: 1%; }
    .event-container .top-events:hover > a {
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0); }
  .event-container .top-event {
    width: 100%; }
    .event-container .top-event img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    .event-container .top-event .hidden-title {
      display: none; }
    .event-container .top-event .info {
      margin-bottom: 23px;
      font-size: 14px;
      font-size: 1.4rem; }
      .event-container .top-event .info .line {
        color: #d7d7d7;
        margin: 0 10px; }
    .event-container .top-event .intro {
      font-size: 14px;
      font-size: 1.4rem;
      color: #808080;
      line-height: 21px;
      margin-bottom: 30px; }
  .event-container .event-notice, .event-container .event-ended {
    max-width: 980px;
    margin: 0 auto; }
  .event-container .event-notice {
    margin-bottom: 35px; }
    .event-container .event-notice .mod-tit {
      padding-bottom: 20px; }
      .event-container .event-notice .mod-tit h2.title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 18px; }
    .event-container .event-notice ul.event-list li {
      border-top: 1px solid #E5E5E5;
      padding: 15px 0;
      position: relative; }
      .event-container .event-notice ul.event-list li.time {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        display: inline-block;
        *display: inline;
        height: 50px;
        width: 50px;
        line-height: 50px;
        background-color: #F4F4F4;
        text-align: center;
        border-radius: 50%;
        color: #D93641;
        vertical-align: top; }
      .event-container .event-notice ul.event-list li .current {
        background-color: #D93641;
        color: #fff; }
      .event-container .event-notice ul.event-list li .events {
        margin-left: 70px;
        overflow: hidden;
        display: inline-block;
        *display: inline; }
        .event-container .event-notice ul.event-list li .events .title {
          line-height: 50px; }
          .event-container .event-notice ul.event-list li .events .title a {
            color: #333; }
  .event-container .event-ended .mod-tit {
    padding-bottom: 20px; }
    .event-container .event-ended .mod-tit h2.title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px; }
  .event-container .event-inform {
    max-width: 1120px;
    height: 61px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff; }
    .event-container .event-inform .BreakingNewsController {
      padding: 10px 0; }
      .event-container .event-inform .BreakingNewsController .inform-td {
        width: 36px;
        height: 36px;
        background-color: #D93641;
        line-height: 15px;
        text-align: center;
        letter-spacing: 1px;
        font-size: 13px;
        color: #fff;
        padding: 5px 0 0 2px;
        margin-left: 10px; }
      .event-container .event-inform .BreakingNewsController ul {
        color: #d93641; }
        .event-container .event-inform .BreakingNewsController ul li {
          height: auto;
          overflow: hidden; }
          .event-container .event-inform .BreakingNewsController ul li span {
            display: inline-block;
            float: left;
            height: auto !important;
            font-size: 13px;
            height: auto;
            line-height: 22px;
            width: 50%;
            overflow: hidden;
            text-overflow: clip;
            -o-text-overflow: clip;
            white-space: nowrap; }
          .event-container .event-inform .BreakingNewsController ul li a.post_a {
            margin-right: 40px;
            max-width: 360px; }
          .event-container .event-inform .BreakingNewsController ul li h3 {
            display: inline-block;
            color: #d93641; }
          .event-container .event-inform .BreakingNewsController ul li h4 {
            display: inline-block;
            color: #333333;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap; }
    .event-container .event-inform .more {
      display: inline-block;
      float: right;
      margin-right: 20px;
      color: #b4b4b4;
      position: relative;
      top: -37px; }
  .event-container .event-block {
    width: 1120px;
    margin: 0 auto;
    margin-top: 30px; }
    .event-container .event-block .event-tit {
      margin-bottom: 20px; }
      .event-container .event-block .event-tit a {
        display: inline-block;
        font-size: 14px;
        color: #424242; }
        .event-container .event-block .event-tit a:first-child {
          padding-right: 20px; }
        .event-container .event-block .event-tit a:last-child {
          padding-left: 20px; }
        .event-container .event-block .event-tit a.on {
          color: #d93641; }
    .event-container .event-block .event-list {
      height: 0;
      overflow: hidden; }
      .event-container .event-block .event-list.on {
        height: auto; }
    .event-container .event-block ul {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
        -webkit-justify-content--ms-flex-pack: justify;
          -webkit-justify-content--ms-flex-pack-justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
        -webkit-align-items--ms-flex-align: center;
          -webkit-align-items--ms-flex-align-align-items: center;
      -webkit-flex-wrap: wrap;
        -webkit-flex-wrap--ms-flex-wrap: wrap;
          -webkit-flex-wrap--ms-flex-wrap-flex-wrap: wrap; }
      .event-container .event-block ul li {
        width: 48.95833%;
        background-color: white;
        display: inline-block;
        margin-bottom: 20px;
        overflow: hidden; }
        .event-container .event-block ul li.full-width {
          width: 100%; }
          .event-container .event-block ul li.full-width .events {
            padding: 3.125%; }
      .event-container .event-block ul .events {
        padding: 6.38298%; }
        .event-container .event-block ul .events h2 {
          color: #333C4E;
          margin-top: 0;
          width: 80%;
          font-size: 17px;
          font-size: 1.7rem;
          display: inline-block; }
          .event-container .event-block ul .events h2 a {
            color: #333C4E;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap; }
        .event-container .event-block ul .events i {
          display: block;
          font-style: normal;
          padding: 5px 10px;
          color: #fff;
          float: right; }
          .event-container .event-block ul .events i.soon {
            background-color: #2BBC49; }
          .event-container .event-block ul .events i.quick {
            background-color: #008af5; }
          .event-container .event-block ul .events i.now {
            background-color: #d93641; }
          .event-container .event-block ul .events i.over {
            background-color: #cccccc; }
        .event-container .event-block ul .events hr {
          border: none;
          border-bottom: 1px solid #EEEEEE;
          width: 100%;
          height: 2px;
          margin-top: 27px; }
        .event-container .event-block ul .events .bottom-block {
          margin-top: 15px;
          overflow: auto; }
          .event-container .event-block ul .events .bottom-block p {
            color: #828891;
            font-size: 13px;
            font-size: 1.3rem;
            margin: 0;
            line-height: 20px; }
            .event-container .event-block ul .events .bottom-block p:first-child {
              font-weight: bold;
              color: #333C4E; }
              .event-container .event-block ul .events .bottom-block p:first-child span {
                color: #d93641; }
            .event-container .event-block ul .events .bottom-block p:last-child {
              margin-top: 10px; }
              .event-container .event-block ul .events .bottom-block p:last-child span {
                float: right; }
            .event-container .event-block ul .events .bottom-block p span {
              float: none;
              margin: 0 5px;
              color: #828891; }
          .event-container .event-block ul .events .bottom-block span, .event-container .event-block ul .events .bottom-block time {
            color: #828891;
            font-size: 13px;
            font-size: 1.3rem;
            float: right;
            line-height: 20px; }
          .event-container .event-block ul .events .bottom-block a {
            color: #4990e2; }
    .event-container .event-block .reminder {
      height: 300px;
      line-height: 300px; }
  .event-container .event-part {
    width: 100%;
    margin-top: 55px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden; }
    .event-container .event-part .part-bg img {
      width: 100%;
      background-color: #000;
      filter: url(blur.svg#blur);
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=$px, MakeShadow=false); }
    .event-container .event-part .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .event-container .event-part .opacity {
      opacity: 0.6;
      filter: alpha(opacity=60);
      background-color: #000; }
    .event-container .event-part .part-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 640px;
      margin: 0 auto;
      z-index: 1; }
      .event-container .event-part .part-box .part-logo {
        margin-bottom: 40px; }
        .event-container .event-part .part-box .part-logo img {
          width: 84px;
          height: 84px;
          border: 2px solid #fbfbfb;
          border-radius: 50%;
          overflow: hidden; }
      .event-container .event-part .part-box span {
        color: #fff; }

.event-container .event-ended {
  margin-bottom: 100px; }
  .event-container .event-ended .mod-tit {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 28px; }
  .event-container .event-ended .event-list li {
    display: inline-block;
    *display: inline;
    width: 348px;
    margin-bottom: 20px; }
  .event-container .event-ended .title {
    color: #D93641;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    margin-bottom: 4px; }
  .event-container .event-ended .time {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    color: #B3B3B3; }

.word_content {
  width: 700px;
  margin: 0 auto;
  padding-top: 160px; }
  .word_content h1.title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 25px;
    margin-bottom: 50px; }
  .word_content .word_list {
    margin-bottom: 60px; }
    .word_content .word_list .day_part {
      margin-bottom: 10px; }
    .word_content .word_list .date {
      color: #c30e2e;
      padding-bottom: 20px; }
      .word_content .word_list .date time {
        display: inline-block;
        line-height: 24px;
        padding-left: 10px;
        border-left: 4px solid #c30e2e;
        margin-left: -12px; }
    .word_content .word_list li {
      border-top: 1px solid #F2F2F2;
      padding: 20px 0; }
      .word_content .word_list li .w_tit {
        margin-bottom: 19px;
        font-size: 18px;
        font-size: 1.8rem; }
        .word_content .word_list li .w_tit a {
          color: #333; }
      .word_content .word_list li p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        margin-bottom: 20px;
        color: #808080; }
        .word_content .word_list li p a {
          color: #808080; }
        .word_content .word_list li p .link {
          color: #c30e2e; }
          .word_content .word_list li p .link a {
            font-size: 13px;
            font-size: 1.3rem;
            color: #c30e2e;
            text-decoration: underline; }
    .word_content .word_list .source {
      color: #808080;
      font-size: 13px;
      font-size: 1.3rem;
      margin-right: 15px; }
    .word_content .word_list .info {
      line-height: 26px; }
    .word_content .word_list .shares .txt {
      font-size: 13px;
      font-size: 1.3rem;
      color: #808080;
      margin-right: 10px; }
    .word_content .word_list .shares [class^="circle"] {
      margin-right: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      width: 26px;
      height: 26px;
      text-align: center;
      background-color: #D8D8D8; }
      .word_content .word_list .shares [class^="circle"] i {
        line-height: 26px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        display: inline-block;
        width: 100%; }
    .word_content .word_list .shares .circle-weibo:hover {
      background-color: #E74C3C; }
    .word_content .word_list .shares .circle-wechat:hover {
      background-color: #27AE60; }
    .word_content .word_list .shares .qrcode {
      width: 88px;
      height: 88px;
      margin-bottom: 6px; }
    .word_content .word_list .shares .w_txt {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px; }
    .word_content .word_list .shares .wx-dropdown {
      width: 88px;
      padding: 16px 16px 10px;
      left: -51px;
      bottom: 40px; }
    .word_content .word_list .options {
      color: #808080;
      font-size: 14px;
      font-size: 1.4rem; }
      .word_content .word_list .options i {
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 10px; }
      .word_content .word_list .options span {
        cursor: pointer; }
      .word_content .word_list .options .js_like .icon-Shape9 {
        display: none;
        margin-top: -3px; }
      .word_content .word_list .options .js_like.current {
        color: #c30e2e; }
        .word_content .word_list .options .js_like.current .icon-Shape9 {
          display: inline-block;
          *display: inline;
          -webkit-animation: scalefade 300ms;
          animation: scalefade 300ms; }
        .word_content .word_list .options .js_like.current .icon-like-1 {
          display: none; }
      .word_content .word_list .options .js_like .num {
        display: inline-block;
        min-width: 25px; }
      .word_content .word_list .options .js_commment i {
        vertical-align: middle;
        color: #999; }
      .word_content .word_list .options .js_commment .num {
        display: inline-block;
        min-width: 25px; }
      .word_content .word_list .options .dropdown-menu-part a {
        font-size: 13px !important;
        font-size: 1.3rem !important;
        color: #333; }
        .word_content .word_list .options .dropdown-menu-part a:hover {
          color: #c30e2e; }
  .word_content .pagination li {
    padding: 0;
    border-top: 0; }

.word_detail .dropdown-menu-part .wx-dropdown {
  width: 88px;
  padding: 16px 16px 10px;
  left: -31px;
  bottom: 49px; }
.word_detail article {
  margin-bottom: 40px; }
  .word_detail article h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #05121E;
    margin-bottom: 10px; }
.word_detail .post-info {
  margin-bottom: 35px; }
  .word_detail .post-info .color-unclickable {
    color: #999998;
    font-size: 12px;
    font-size: 1.2rem; }
.word_detail .inner p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px; }
.word_detail .post-options {
  line-height: 35px;
  overflow: visible; }
  .word_detail .post-options .shares [class^="circle"] {
    height: 32px;
    width: 32px; }
    .word_detail .post-options .shares [class^="circle"] i {
      line-height: 32px; }
  .word_detail .post-options .shares .circle-wechat {
    color: #27AE60; }
    .word_detail .post-options .shares .circle-wechat i {
      color: #27AE60; }
  .word_detail .post-options .shares .circle-like {
    border-color: #c30e2e;
    padding: 0 10px;
    border-radius: 47px;
    width: auto;
    cursor: pointer; }
    .word_detail .post-options .shares .circle-like i, .word_detail .post-options .shares .circle-like .num {
      color: #c30e2e; }
    .word_detail .post-options .shares .circle-like i {
      margin-right: 4px;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      top: 1px; }
    .word_detail .post-options .shares .circle-like .num {
      font-size: 13px;
      font-size: 1.3rem; }
  .word_detail .post-options .shares .circle-like.current {
    background: #c30e2e; }
    .word_detail .post-options .shares .circle-like.current i, .word_detail .post-options .shares .circle-like.current .num {
      color: #fff; }
.word_detail .more-message {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c30e2e;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  text-align: center;
  margin: 20px auto 40px;
  text-decoration: underline; }
.word_detail .post-comment {
  margin-top: 40px; }
.word_detail .tags {
  color: #c30e2e;
  font-size: 13px;
  font-size: 1.3rem; }
  .word_detail .tags a {
    color: #c30e2e; }
  .word_detail .tags i {
    margin-right: 10px;
    display: inline-block;
    background-image: url("/public/css/img/tag.svg");
    width: 15px;
    height: 15px;
    background-size: cover;
    vertical-align: middle; }
.word_detail .link {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline; }

.tmtpass {
  height: 100vh;
  background-image: url("/public/css/v1_imgs/pass_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .tmtpass * {
    box-sizing: border-box; }
  .tmtpass a.link {
    color: #c30e2e; }
  .tmtpass .pannel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 530px;
    margin-top: -237px;
    margin-left: -550px;
    font-size: 0; }
    .tmtpass .pannel [class^='pass_'] {
      font-size: 14px;
      font-size: 1.4rem;
      color: #B3B3B3;
      height: 100%; }
    .tmtpass .pannel .pass_logo {
      background-color: #c30e2e;
      text-align: center;
      padding-top: 170px;
      width: 420px; }
      .tmtpass .pannel .pass_logo .vip_bank {
        line-height: 28px;
        font-size: 1.8rem;
        color: #FFFFFF;
        letter-spacing: 0.9px; }
        .tmtpass .pannel .pass_logo .vip_bank:last-of-type {
          margin-bottom: 15px; }
        .tmtpass .pannel .pass_logo .vip_bank:first-of-type {
          margin-top: 139px; }
      .tmtpass .pannel .pass_logo .bank {
        line-height: 36px; }
        .tmtpass .pannel .pass_logo .bank img {
          width: 120px; }
        .tmtpass .pannel .pass_logo .bank .zhaoshang {
          margin-right: 20px; }
  .tmtpass .pass_form {
    position: relative;
    top: 0;
    width: 680px;
    background-color: #FFF;
    overflow: hidden; }
    .tmtpass .pass_form form {
      padding: 40px 120px 40px 60px;
      height: 100%; }
    .tmtpass .pass_form input[type="text"], .tmtpass .pass_form input[type="password"] {
      border: none;
      padding: 0 5px 5px;
      line-height: 23px;
      border-bottom: 1px solid #D8D8D8;
      width: 500px;
      font-size: 16px;
      font-size: 1.6rem;
      color: #333333; }
      .tmtpass .pass_form input[type="text"].middle, .tmtpass .pass_form input[type="password"].middle {
        width: 363px;
        margin-right: 25px; }
      .tmtpass .pass_form input[type="text"].s_middle, .tmtpass .pass_form input[type="password"].s_middle {
        width: 330px;
        margin-right: 25px; }
      .tmtpass .pass_form input[type="text"].small, .tmtpass .pass_form input[type="password"].small {
        width: 150px;
        margin-right: 20px; }
    .tmtpass .pass_form .bank img {
      border: 1px solid transparent;
      display: inline-block; }
      .tmtpass .pass_form .bank img.current {
        border-color: #c30e2e; }
    .tmtpass .pass_form .btn_v1 {
      text-align: center;
      background-color: #FFF;
      border: 1px solid #c30e2e;
      color: #c30e2e;
      line-height: 40px;
      padding: 0 17px;
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: bottom;
      display: inline-block; }
      .tmtpass .pass_form .btn_v1.blue {
        background-color: #c30e2e;
        color: #fff; }
      .tmtpass .pass_form .btn_v1.large {
        line-height: 43px;
        padding: 0 62px;
        font-size: 18px;
        font-size: 1.8rem; }
      .tmtpass .pass_form .btn_v1.banner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .tmtpass .pass_form .btn_v1.disable {
        border-color: #d8d8d8;
        color: #d8d8d8; }
    .tmtpass .pass_form .form_part {
      margin-bottom: 36px;
      overflow: visible;
      white-space: nowrap; }
      .tmtpass .pass_form .form_part i {
        cursor: pointer; }
        .tmtpass .pass_form .form_part i:hover {
          color: #333; }
    .tmtpass .pass_form .form_last {
      margin-bottom: 15px; }
    .tmtpass .pass_form .form_first {
      margin-bottom: 15px; }
    .tmtpass .pass_form .agree {
      line-height: 20px;
      margin-bottom: 15px;
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem; }
      .tmtpass .pass_form .agree .agreement {
        color: #c30e2e;
        margin-left: 5px;
        text-decoration: underline; }
    .tmtpass .pass_form .get_more {
      margin-top: -20px; }
      .tmtpass .pass_form .get_more .remember {
        margin-right: 8px; }
      .tmtpass .pass_form .get_more label {
        color: #909090; }
      .tmtpass .pass_form .get_more .forget {
        color: #B3B3B3; }
    .tmtpass .pass_form .login-tip {
      display: none; }
    .tmtpass .pass_form .title {
      font-size: 24px;
      font-size: 2.4rem;
      color: #333;
      line-height: 24px;
      margin-bottom: 20px; }
      .tmtpass .pass_form .title .or {
        color: #808080;
        font-size: 13px;
        font-size: 1.3rem;
        margin: 0 20px; }
      .tmtpass .pass_form .title .link {
        font-size: 13px;
        font-size: 1.3rem;
        cursor: pointer; }
    .tmtpass .pass_form .intro {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 21px;
      margin-bottom: 20px; }
    .tmtpass .pass_form .option {
      position: absolute;
      left: 0;
      bottom: 40px;
      padding: 0 120px 0 50px;
      width: 100%; }
      .tmtpass .pass_form .option button {
        margin-right: 20px; }
      .tmtpass .pass_form .option a {
        margin: 0 5px; }
      .tmtpass .pass_form .option .hint {
        line-height: 45px;
        display: inline-block; }
    .tmtpass .pass_form .form_pop {
      position: absolute;
      width: 500px;
      height: 403px;
      top: 50%;
      left: 50%;
      margin-left: -250px;
      margin-top: -201px;
      padding: 50px 99px;
      background-color: #FFF;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3); }
      .tmtpass .pass_form .form_pop .form_msg {
        top: 50px; }
      .tmtpass .pass_form .form_pop .tit {
        padding-top: 87px;
        color: #666;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        margin-bottom: 53px; }
      .tmtpass .pass_form .form_pop .form_part {
        margin-bottom: 50px; }
      .tmtpass .pass_form .form_pop .close-btn {
        position: absolute;
        top: 40px;
        right: 40px;
        color: #A0A0A0;
        font-size: 23px;
        font-size: 2.3rem;
        cursor: pointer;
        transform: translate(0, 0) translateZ(0);
        -webkit-transform: translate(0, 0) translateZ(0); }
    .tmtpass .pass_form .form_result {
      display: table;
      padding: 0 50px;
      background-color: #FFF;
      width: 100%;
      height: 100%;
      position: relative; }
      .tmtpass .pass_form .form_result .cell {
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      .tmtpass .pass_form .form_result .title {
        margin-bottom: 40px; }
      .tmtpass .pass_form .form_result .result_cont {
        margin-bottom: 50px; }
        .tmtpass .pass_form .form_result .result_cont p {
          line-height: 24px;
          color: #666; }
      .tmtpass .pass_form .form_result .remind {
        margin-top: 50px;
        font-size: 13px;
        font-size: 1.3rem; }
    .tmtpass .pass_form .captcha-box {
      margin-top: -13px; }
      .tmtpass .pass_form .captcha-box .img-box {
        margin-top: -12px;
        margin-right: 12px;
        display: inline-block;
        left: 0;
        top: 0; }
        .tmtpass .pass_form .captcha-box .img-box img {
          width: 105px;
          height: 42px; }
    .tmtpass .pass_form .phone_code_box {
      margin-top: -13px; }
    .tmtpass .pass_form .hide {
      display: none; }
    .tmtpass .pass_form .third_party .sns-btn {
      display: inline-block;
      width: 40px;
      height: 40px;
      color: #fff;
      border-radius: 50%;
      line-height: 40px;
      text-align: center;
      margin-left: 20px;
      margin-right: 0;
      font-size: 18px; }
      .tmtpass .pass_form .third_party .sns-btn.sina-weibo {
        background-color: #F56467; }
      .tmtpass .pass_form .third_party .sns-btn.wechat {
        background-color: #01C801; }
  .tmtpass .form_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center; }
    .tmtpass .form_msg ul {
      list-style-type: none; }
    .tmtpass .form_msg li, .tmtpass .form_msg p {
      max-width: 70%;
      display: inline-block;
      padding: 12px 20px 10px;
      color: #594042;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1em;
      background-color: #FFF2F2;
      border: 1px solid #FFDBDB; }
  .tmtpass .bind_form .form_tabs {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px; }
    .tmtpass .bind_form .form_tabs .title {
      color: #666;
      margin-bottom: -1px;
      padding-bottom: 10px;
      display: inline-block;
      cursor: pointer; }
      .tmtpass .bind_form .form_tabs .title.current {
        cursor: default;
        border-bottom: 1px solid #c30e2e;
        color: #c30e2e; }
    .tmtpass .bind_form .form_tabs .fr, .tmtpass .bind_form .form_tabs .p-header .options, .p-header .tmtpass .bind_form .form_tabs .options, .tmtpass .bind_form .form_tabs .mod-article-list li .pic, .mod-article-list li .tmtpass .bind_form .form_tabs .pic, .tmtpass .bind_form .form_tabs .mod-article-list li .relate, .mod-article-list li .tmtpass .bind_form .form_tabs .relate, .tmtpass .bind_form .form_tabs .hot-list .mod-article-list li .options, .hot-list .mod-article-list li .tmtpass .bind_form .form_tabs .options, .tmtpass .bind_form .form_tabs .index_cont .top_article .inner .options, .index_cont .top_article .inner .tmtpass .bind_form .form_tabs .options, .tmtpass .bind_form .form_tabs .index_cont .top_article .column .options, .index_cont .top_article .column .tmtpass .bind_form .form_tabs .options, .tmtpass .bind_form .form_tabs .index_cont .top_article .articles .options, .index_cont .top_article .articles .tmtpass .bind_form .form_tabs .options {
      margin-top: -1px; }
  .tmtpass .bind_form .third_info {
    position: relative;
    margin-top: 80px; }
    .tmtpass .bind_form .third_info .third_avatar {
      border-radius: 50%;
      position: absolute;
      left: 0;
      bottom: 5px; }
    .tmtpass .bind_form .third_info input {
      text-align: right; }

#wechat_qr {
  background: #fff;
  border: 1px solid rgba(26, 53, 71, 0.12);
  border-radius: 4px;
  box-shadow: 0 -1px 2px rgba(26, 53, 71, 0.1);
  width: 200px;
  height: 260px;
  text-align: center;
  position: absolute;
  top: -264px;
  right: 40px;
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  transform: scale(0.8) translateY(10%);
  opacity: 0;
  z-index: -1; }
  #wechat_qr.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    zoom: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 10 !important; }
  #wechat_qr:after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: calc(50% - 7px);
    right: -moz-calc(50% - 7px);
    width: 13px;
    height: 7px;
    z-index: 4;
    background: url(/public/css/img/dropdown-menu-arrow.svg);
    transform: rotate(180deg); }
  #wechat_qr iframe {
    width: 100%;
    height: 252px;
    overflow: hidden; }

@media (max-width: 720px) {
  .tmtpass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #FFF;
    background-image: none; }
    .tmtpass .pannel {
      position: relative;
      width: 100%;
      height: auto;
      top: 0 !important;
      left: 0;
      margin-left: 0;
      margin-top: 0px;
      padding-top: 64px; }
      .tmtpass .pannel .pass_logo {
        display: none; }
    .tmtpass .form_msg {
      top: 64px;
      position: fixed; }
    .tmtpass .pass_form {
      position: static;
      width: 100%; }
      .tmtpass .pass_form .bank {
        display: none; }
      .tmtpass .pass_form .form_part:first-child {
        margin-bottom: 75px; }
      .tmtpass .pass_form .form_result {
        padding: 50px 4%; }
      .tmtpass .pass_form .login-tip {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        line-height: 32px;
        border: 1px solid #22BB95;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        color: #808080; }
        .tmtpass .pass_form .login-tip a {
          text-decoration: underline;
          color: #21B890; }
      .tmtpass .pass_form .title {
        text-align: center;
        color: #c30e2e;
        font-size: 26px;
        font-size: 2.6rem; }
      .tmtpass .pass_form .intro {
        text-align: center; }
      .tmtpass .pass_form .option {
        position: static;
        padding: 0; }
      .tmtpass .pass_form form {
        padding: 20px 4%; }
      .tmtpass .pass_form input[type="text"], .tmtpass .pass_form input[type="password"] {
        width: 100%; }
        .tmtpass .pass_form input[type="text"].middle, .tmtpass .pass_form input[type="password"].middle {
          width: 50%;
          margin-right: 25px; }
        .tmtpass .pass_form input[type="text"].s_middle, .tmtpass .pass_form input[type="password"].s_middle {
          width: 50%;
          margin-right: 25px; }
        .tmtpass .pass_form input[type="text"].small, .tmtpass .pass_form input[type="password"].small {
          width: 35%;
          margin-right: 20px; }
      .tmtpass .pass_form .help_result {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #FFF;
        padding: 50px 4%;
        height: auto; }
      .tmtpass .pass_form .third_party .sns-btn.wechat {
        display: none; }
      .tmtpass .pass_form .form_pop {
        width: 95%;
        margin-top: 0;
        margin-left: 0;
        transform: translate(-50%, -50%);
        padding: 25px 4%; }
        .tmtpass .pass_form .form_pop .close-btn {
          top: 10px;
          right: 10px; }
      .tmtpass .pass_form .third_party {
        float: none;
        margin-bottom: 0px;
        display: block;
        text-align: center; }
        .tmtpass .pass_form .third_party .sns-btn {
          display: block;
          width: 100%;
          height: 45px;
          margin: 0 auto;
          border: 2px solid #F56467;
          border-radius: initial;
          line-height: 45px;
          color: #F56467; }
          .tmtpass .pass_form .third_party .sns-btn i {
            font-size: 20px;
            font-size: 2rem;
            margin-right: 15px; }
          .tmtpass .pass_form .third_party .sns-btn.sina-weibo {
            background-color: #FFF;
            margin-bottom: 15px; }
          .tmtpass .pass_form .third_party .sns-btn.sns-weixin {
            background-color: #FFF;
            color: #01C801;
            border: 1px solid #01C801; }
          .tmtpass .pass_form .third_party .sns-btn .hide {
            display: inline-block;
            font-size: 18px; }
      .tmtpass .pass_form .option .btn_v1 {
        margin-bottom: 30px;
        width: 100%;
        margin-right: 0px; }
      .tmtpass .pass_form .option .hint {
        display: block;
        float: none;
        margin-top: 25px;
        text-align: center; }
    .tmtpass .bind_form .form_tabs .title {
      font-size: 16px;
      font-size: 1.6rem; } }
.reminder-cont {
  text-align: center !important; }
  .reminder-cont .btn {
    margin: 0; }
  .reminder-cont .txt {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px; }
  .reminder-cont .msg-txt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 35px; }
  .reminder-cont .error_msg .msg {
    margin-bottom: 30px; }
  .reminder-cont .captcha-input {
    width: 50%; }
  .reminder-cont .input_gray {
    width: 60%; }
  .reminder-cont .bottom-line {
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: 15px; }
  .reminder-cont .input-part {
    margin-bottom: 50px;
    overflow: hidden; }
    .reminder-cont .input-part .btn {
      margin: 5px; }
  .reminder-cont p.end-msg {
    font-size: 13px;
    font-size: 1.3rem;
    color: #B3B3B3;
    margin-top: 30px; }
  .reminder-cont .avatar {
    margin-bottom: 40px; }
    .reminder-cont .avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .reminder-cont .help-part {
    margin-top: 45px;
    text-align: left; }
  .reminder-cont .btn-right {
    position: relative;
    right: 12%;
    *display: none;
    opacity: 0; }
    .reminder-cont .btn-right.show {
      right: 0;
      opacity: 1;
      *display: inline-block; }
  .reminder-cont .btn-left {
    position: relative;
    left: 12%;
    *display: none;
    opacity: 0; }
    .reminder-cont .btn-left.show {
      left: 0;
      opacity: 1;
      *display: inline-block; }
  .reminder-cont .v_active {
    position: relative;
    z-index: 3;
    height: 38px; }
  .reminder-cont .text-black {
    color: black; }

.user-set-cont {
  width: 700px;
  margin: 0 auto;
  text-align: center; }
  .user-set-cont .title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 40px; }
  .user-set-cont .avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 80px;
    cursor: pointer; }
    .user-set-cont .avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .user-set-cont .avatar .change-avatar {
      width: 100%;
      height: 25px;
      line-height: 26px;
      display: inline-block;
      *display: inline;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.9);
      position: relative;
      top: -35px; }
  .user-set-cont .user-form {
    text-align: left;
    position: relative; }
    .user-set-cont .user-form label {
      display: block;
      margin-bottom: 18px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #333; }
    .user-set-cont .user-form .btn_v1 {
      text-align: center;
      background-color: #FFF;
      border: 1px solid #c30e2e;
      color: #c30e2e;
      line-height: 40px;
      padding: 0 17px;
      font-size: 14px;
      font-size: 1.4rem;
      vertical-align: bottom; }
      .user-set-cont .user-form .btn_v1.blue {
        background-color: #c30e2e;
        color: #fff; }
      .user-set-cont .user-form .btn_v1.large {
        line-height: 43px;
        padding: 0 62px;
        font-size: 18px;
        font-size: 1.8rem; }
      .user-set-cont .user-form .btn_v1.banner {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
    .user-set-cont .user-form .form-part {
      padding-bottom: 18px;
      border-bottom: 1px #f2f2f2 solid;
      margin-bottom: 30px;
      position: relative; }
      .user-set-cont .user-form .form-part .input_profile, .user-set-cont .user-form .form-part .input_profile_txt {
        width: 500px;
        height: 20px; }
      .user-set-cont .user-form .form-part textarea.input_profile {
        height: 40px;
        max-height: 172px;
        resize: none; }
      .user-set-cont .user-form .form-part .input_profile_txt {
        border: 1px solid #fff;
        overflow: hidden;
        height: auto;
        font-size: 16px; }
      .user-set-cont .user-form .form-part:last-child {
        border: none; }
      .user-set-cont .user-form .form-part .show {
        overflow: visible; }
        .user-set-cont .user-form .form-part .show .btn-bd {
          position: relative;
          top: -10px; }
      .user-set-cont .user-form .form-part #wechat_qr {
        right: -71px;
        left: auto;
        top: -260px;
        z-index: -1; }
    .user-set-cont .user-form .form_pop {
      position: fixed;
      width: 302px;
      height: 303px;
      top: 50%;
      left: 50%;
      padding: 50px 99px;
      background-color: #FFF;
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
      transform: translate(-50%, -50%); }
      .user-set-cont .user-form .form_pop input[type="text"], .user-set-cont .user-form .form_pop input[type="password"] {
        border: none;
        padding: 0 5px 5px;
        line-height: 23px;
        border-bottom: 1px solid #D8D8D8;
        width: 500px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #333333; }
        .user-set-cont .user-form .form_pop input[type="text"].middle, .user-set-cont .user-form .form_pop input[type="password"].middle {
          width: 363px;
          margin-right: 25px; }
        .user-set-cont .user-form .form_pop input[type="text"].s_middle, .user-set-cont .user-form .form_pop input[type="password"].s_middle {
          width: 330px;
          margin-right: 25px; }
        .user-set-cont .user-form .form_pop input[type="text"].small, .user-set-cont .user-form .form_pop input[type="password"].small {
          width: 150px;
          margin-right: 20px; }
      .user-set-cont .user-form .form_pop .form_msg {
        top: 50px; }
      .user-set-cont .user-form .form_pop .tit {
        padding-top: 87px;
        color: #666;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
        margin-bottom: 53px; }
      .user-set-cont .user-form .form_pop .form_part {
        margin-bottom: 50px; }
      .user-set-cont .user-form .form_pop .close-btn {
        position: absolute;
        top: 40px;
        right: 40px;
        color: #A0A0A0;
        font-size: 23px;
        font-size: 2.3rem;
        cursor: pointer;
        transform: translate(0, 0) translateZ(0);
        -webkit-transform: translate(0, 0) translateZ(0); }
    .user-set-cont .user-form .hide {
      display: none; }
    .user-set-cont .user-form .captcha-box {
      margin-top: -13px; }
      .user-set-cont .user-form .captcha-box .img-box {
        margin-top: -12px;
        margin-right: 12px;
        display: inline-block;
        left: 0;
        top: 0; }
        .user-set-cont .user-form .captcha-box .img-box img {
          width: 105px;
          height: 42px; }
    .user-set-cont .user-form .form_part {
      margin-bottom: 36px;
      overflow: visible;
      white-space: nowrap; }
      .user-set-cont .user-form .form_part i {
        cursor: pointer; }
        .user-set-cont .user-form .form_part i:hover {
          color: #333; }
    .user-set-cont .user-form .part-reminder {
      font-size: 16px;
      font-size: 1.6rem;
      color: gray;
      margin-bottom: 18px; }
      .user-set-cont .user-form .part-reminder i {
        margin-right: 10px; }
      .user-set-cont .user-form .part-reminder span {
        color: #c30e2e; }
      .user-set-cont .user-form .part-reminder a {
        margin-left: 10px;
        color: #c30e2e; }
      .user-set-cont .user-form .part-reminder .icon-sina {
        color: #F56467; }
      .user-set-cont .user-form .part-reminder .icon-tencent {
        color: #38A6D7; }
      .user-set-cont .user-form .part-reminder .icon-wechat {
        color: #44B549; }
    .user-set-cont .user-form .right-button {
      position: absolute;
      top: 50%;
      margin-top: -15px;
      right: 0; }
      .user-set-cont .user-form .right-button button.fr, .user-set-cont .user-form .right-button .p-header button.options, .p-header .user-set-cont .user-form .right-button button.options, .user-set-cont .user-form .right-button .mod-article-list li button.pic, .mod-article-list li .user-set-cont .user-form .right-button button.pic, .user-set-cont .user-form .right-button .mod-article-list li button.relate, .mod-article-list li .user-set-cont .user-form .right-button button.relate, .user-set-cont .user-form .right-button .hot-list .mod-article-list li button.options, .hot-list .mod-article-list li .user-set-cont .user-form .right-button button.options, .user-set-cont .user-form .right-button .index_cont .top_article .inner button.options, .index_cont .top_article .inner .user-set-cont .user-form .right-button button.options, .user-set-cont .user-form .right-button .index_cont .top_article .column button.options, .index_cont .top_article .column .user-set-cont .user-form .right-button button.options, .user-set-cont .user-form .right-button .index_cont .top_article .articles button.options, .index_cont .top_article .articles .user-set-cont .user-form .right-button button.options {
        display: block;
        margin-bottom: 10px; }
      .user-set-cont .user-form .right-button .modify-btns .btn-code {
        display: block;
        margin-top: 10px; }
    .user-set-cont .user-form .top {
      top: 52px; }
    .user-set-cont .user-form .radio {
      display: inline-block;
      *display: inline;
      margin-right: 50px; }
    .user-set-cont .user-form .line {
      color: #808080;
      margin: 0 5px; }
    .user-set-cont .user-form .input_data {
      border: none;
      color: #808080; }
      .user-set-cont .user-form .input_data.year {
        width: 30px; }
      .user-set-cont .user-form .input_data.month {
        width: 10px; }
      .user-set-cont .user-form .input_data.day {
        width: 20px; }
  .user-set-cont .form_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    .user-set-cont .form_msg ul {
      list-style-type: none; }
    .user-set-cont .form_msg li, .user-set-cont .form_msg p {
      max-width: 70%;
      display: inline-block;
      padding: 12px 20px 10px;
      color: #594042;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1em;
      background-color: #FFF2F2;
      border: 1px solid #FFDBDB; }

.vc-set .avatar {
  margin-bottom: 30px; }
.vc-set .user-form .bio-part {
  border: none;
  margin-bottom: 62px; }
.vc-set .bio, .vc-set .set-bio {
  margin-bottom: 20px; }
.vc-set .bio {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #808080; }
.vc-set .set-bio-input {
  width: 100%;
  margin-bottom: 18px; }
.vc-set .tc .btn, .vc-set .popup-large .reminder .btn, .popup-large .vc-set .reminder .btn, .vc-set .cont-404 .btn, .vc-set .list-page .list_top .auction .btn, .list-page .list_top .vc-set .auction .btn, .vc-set .list-page.my_post nav .btn, .list-page.my_post .vc-set nav .btn, .vc-set .mod-article-list .reminder .btn, .mod-article-list .vc-set .reminder .btn, .vc-set .post-container .post-comment h2 .btn, .post-container .post-comment .vc-set h2 .btn, .vc-set .list-page.tag .user-article-list .tit .btn, .list-page.tag .user-article-list .vc-set .tit .btn, .vc-set .user-detail .user-article-list .tit .btn, .user-detail .user-article-list .vc-set .tit .btn {
  margin: 0 10px; }
.vc-set .set-part {
  border: 1px #D8D8D8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px; }
  .vc-set .set-part .input-label {
    display: inline-block;
    font-size: 16px;
    width: 96px;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 38px; }
  .vc-set .set-part .input_normal {
    width: 320px;
    font-size: 16px; }
  .vc-set .set-part .little-input {
    width: 160px; }
  .vc-set .set-part .part {
    margin-bottom: 30px; }
  .vc-set .set-part .get-code {
    text-align: center;
    background-color: #f2f2f2;
    display: inline-block;
    width: 140px;
    line-height: 38px;
    color: #c30e2e;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer; }
  .vc-set .set-part .tc, .vc-set .set-part .popup-large .reminder, .popup-large .vc-set .set-part .reminder, .vc-set .set-part .cont-404, .vc-set .set-part .list-page .list_top .auction, .list-page .list_top .vc-set .set-part .auction, .vc-set .set-part .list-page.my_post nav, .list-page.my_post .vc-set .set-part nav, .vc-set .set-part .mod-article-list .reminder, .mod-article-list .vc-set .set-part .reminder, .vc-set .set-part .post-container .post-comment h2, .post-container .post-comment .vc-set .set-part h2, .vc-set .set-part .list-page.tag .user-article-list .tit, .list-page.tag .user-article-list .vc-set .set-part .tit, .vc-set .set-part .user-detail .user-article-list .tit, .user-detail .user-article-list .vc-set .set-part .tit {
    padding-top: 10px; }
.vc-set .hide-form .input-label {
  width: 80px; }
.vc-set .hide-form .little-input {
  width: 140px;
  margin-right: 20px; }
.vc-set .hide-form .start-time {
  color: #333;
  font-size: 16px;
  margin-bottom: 21px;
  display: inline-block; }
  .vc-set .hide-form .start-time .until_now {
    margin-left: 20px; }
.vc-set .identity-part .scale-label {
  vertical-align: top;
  margin-right: 20px; }
.vc-set .identity-part .radios {
  display: inline-block; }
  .vc-set .identity-part .radios input {
    margin-right: 10px; }
.vc-set .identity-part .infor {
  margin-bottom: 20px; }
  .vc-set .identity-part .infor label {
    width: 102px;
    font-size: 16px;
    color: #909090;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 63px; }
.vc-set .identity-part .txt {
  font-size: 16px;
  color: #333; }
.vc-set .identity-part .dropdown-part {
  margin-top: 0px;
  display: inline-block; }
.vc-set .investor-part label {
  width: 165px;
  display: inline-block; }
  .vc-set .investor-part label input {
    margin-right: 5px; }
.vc-set .case-part .top {
  top: 10px; }
.vc-set .case-part .bottom {
  top: auto; }
.vc-set .case-part .case-info {
  margin-bottom: 40px; }
.vc-set .case-part .infor {
  position: relative;
  margin-bottom: 20px; }
  .vc-set .case-part .infor label {
    width: 150px;
    font-size: 16px;
    color: #909090;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 63px; }
  .vc-set .case-part .infor .txt {
    font-size: 16px;
    color: #333; }
.vc-set .case-part .set-part label {
  width: 145px;
  margin-right: 10px;
  margin-bottom: 0; }
.vc-set .case-part .set-part .s-label {
  display: inline-block;
  width: auto; }
  .vc-set .case-part .set-part .s-label input {
    margin-right: 7px; }
.vc-set .case-part .set-part .part {
  margin-bottom: 20px; }
.vc-set .case-part .set-part .middle_input {
  width: 235px; }
.vc-set .case-part .set-part .dropdown-part, .vc-set .case-part .set-part .little-input {
  margin-right: 20px;
  width: 140px; }
.vc-set .case-part .set-part .start-time {
  margin-bottom: 0px; }
.vc-set .case-part .set-part .dropdown-part {
  margin-bottom: 0;
  display: inline-block; }
  .vc-set .case-part .set-part .dropdown-part .dropdown-btn {
    width: 140px;
    padding: 8px 10px 5px 10px;
    border-color: #d9d9d9; }
  .vc-set .case-part .set-part .dropdown-part .dropdown-list {
    width: 138px; }

.mod-user-info {
  margin-bottom: 80px; }
  .mod-user-info #number_of_followers {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
  .mod-user-info .pic {
    width: 100px;
    position: relative;
    margin-bottom: 30px; }
    .mod-user-info .pic .level {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      position: absolute;
      right: 6px;
      bottom: 0px;
      background-color: #FD6639;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff; }
      .mod-user-info .pic .level i {
        line-height: 22px;
        font-size: 16px; }
    .mod-user-info .pic .blue-v {
      background-color: #4EAAE9; }
    .mod-user-info .pic .txt {
      width: 100px;
      height: 100px;
      display: inline-block;
      *display: inline;
      text-align: center;
      line-height: 100px;
      background-color: #c30e2e;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      font-size: 40px; }
    .mod-user-info .pic img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .mod-user-info .name {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    color: #333;
    text-align: center;
    padding-bottom: 0;
    border: none; }
  .mod-user-info .bio {
    font-size: 14px;
    font-size: 1.4rem;
    width: 640px;
    text-align: center;
    margin: 0 auto 30px auto;
    color: #808080; }
  .mod-user-info .info {
    width: 258px;
    margin-bottom: 40px; }
    .mod-user-info .info .child {
      padding-top: 8px;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      *display: inline;
      width: 120px; }
    .mod-user-info .info .line {
      height: 50px;
      margin-top: -35px;
      width: 2px;
      vertical-align: middle;
      border-left: 1px solid #E4E4E4;
      display: inline-block;
      *display: inline; }
    .mod-user-info .info .t {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px;
      color: #B3B3B3;
      padding-bottom: 0;
      border: none; }
    .mod-user-info .info .num {
      font-weight: normal;
      color: #c30e2e;
      font-size: 24px;
      font-size: 2.4rem; }
      .mod-user-info .info .num:hover {
        color: #c30e2e; }
  .mod-user-info .options {
    text-align: center; }

.list-page.tag .user-article-list .mod-article-list {
  width: 700px;
  margin: 0 auto; }
.list-page.tag .user-article-list .tit {
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 5px;
  color: #333333; }

.list-page.tag .mod-user-info .clear, .list-page.tag .mod-user-info .mod-article-list li, .mod-article-list .list-page.tag .mod-user-info li, .list-page.tag .mod-user-info .mod-article-list li .info, .mod-article-list li .list-page.tag .mod-user-info .info {
  overflow: visible; }
.list-page.tag .mod-user-info .tit, .list-page.tag .tag-article-list .tit {
  text-align: left; }
.list-page.tag .mod-user-info .dropdown-menu-part .dropdown-menu, .list-page.tag .tag-article-list .dropdown-menu-part .dropdown-menu {
  right: 0px;
  padding: 3px 0px;
  line-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .list-page.tag .mod-user-info .dropdown-menu-part .dropdown-menu a, .list-page.tag .tag-article-list .dropdown-menu-part .dropdown-menu a {
    display: inline-block;
    *display: inline;
    padding-right: 0;
    margin-right: 0;
    color: #666666; }
    .list-page.tag .mod-user-info .dropdown-menu-part .dropdown-menu a:hover, .list-page.tag .tag-article-list .dropdown-menu-part .dropdown-menu a:hover {
      color: #c30e2e; }
  .list-page.tag .mod-user-info .dropdown-menu-part .dropdown-menu .current, .list-page.tag .tag-article-list .dropdown-menu-part .dropdown-menu .current {
    color: #c30e2e; }
  .list-page.tag .mod-user-info .dropdown-menu-part .dropdown-menu::before, .list-page.tag .tag-article-list .dropdown-menu-part .dropdown-menu::before {
    right: calc(50% - 24px);
    right: -webkit-calc(50% - 24px);
    right: -moz-calc(50% - 24px); }
.list-page.tag .mod-user-info .sort-by .tit, .list-page.tag .tag-article-list .sort-by .tit {
  width: 190px;
  color: gray;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #d9d9d9;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  padding-bottom: 0; }
.list-page.tag .mod-user-info .sort-by a, .list-page.tag .tag-article-list .sort-by a {
  width: 175px !important;
  text-align: left !important;
  padding: 0 15px; }
.list-page.tag .mod-user-info .sort-by i, .list-page.tag .tag-article-list .sort-by i {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-left: 5px; }
.list-page.tag .mod-user-info .sort-by .dropdown-menu::before, .list-page.tag .tag-article-list .sort-by .dropdown-menu::before {
  right: calc(50% - 78px);
  right: -webkit-calc(50% - 78px);
  right: -moz-calc(50% - 78px); }
.list-page.tag .mod-user-info .tag-sort-by .tit, .list-page.tag .tag-article-list .tag-sort-by .tit {
  width: 160px; }
.list-page.tag .mod-user-info .tag-sort-by a, .list-page.tag .tag-article-list .tag-sort-by a {
  width: 146px !important;
  padding: 0 15px; }
.list-page.tag .mod-user-info .tag-sort-by .dropdown-menu::before, .list-page.tag .tag-article-list .tag-sort-by .dropdown-menu::before {
  right: calc(50% - 61px);
  right: -webkit-calc(50% - 61px);
  right: -moz-calc(50% - 61px); }

.user-detail {
  width: 840px; }
  .user-detail .user-article-list .mod-article-list {
    width: 700px;
    margin: 0 auto; }
  .user-detail .user-article-list .tit {
    padding-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 5px;
    color: #333333; }
  .user-detail .user-article-list .no-author {
    line-height: 24px; }
  .user-detail .user-article-list .user-nav {
    margin-bottom: 30px; }
    .user-detail .user-article-list .user-nav .parts {
      background-color: #F6F6F6;
      display: inline-block; }
    .user-detail .user-article-list .user-nav .part {
      display: inline-block;
      line-height: 38px;
      width: 215px;
      color: #808080;
      font-size: 14px;
      font-size: 1.4rem; }
      .user-detail .user-article-list .user-nav .part.current {
        color: #c30e2e; }
        .user-detail .user-article-list .user-nav .part.current:hover {
          color: #c30e2e; }
    .user-detail .user-article-list .user-nav .line {
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      border-right: 1px solid #d7d7d7; }
  .user-detail .user-state {
    padding-top: 30px; }
    .user-detail .user-state .reminder {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      color: #b3b3b3;
      line-height: 21px;
      margin-top: 60px; }
    .user-detail .user-state .top-circle {
      margin-left: 149px; }
      .user-detail .user-state .top-circle .circle-b {
        width: 26px;
        height: 26px;
        border: 2px #e5e5e5 solid;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .user-detail .user-state .top-circle .circle-c {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #c30e2e;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-top: 4px; }
    .user-detail .user-state .state-list {
      margin-top: -6px; }
      .user-detail .user-state .state-list li .l-cont {
        padding-top: 40px;
        float: left;
        margin-right: 33px;
        position: relative;
        width: 130px; }
        .user-detail .user-state .state-list li .l-cont time {
          font-size: 14px;
          font-size: 1.4rem;
          color: #333333; }
        .user-detail .user-state .state-list li .l-cont .point {
          position: absolute;
          right: -39px;
          top: 45px;
          display: inline-block;
          height: 10px;
          width: 10px;
          background-color: #c30e2e;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .user-detail .user-state .state-list li .r-cont {
        padding-top: 40px;
        overflow: hidden;
        padding-left: 34px;
        border-left: 2px solid #e5e5e5;
        line-height: 20px; }
        .user-detail .user-state .state-list li .r-cont a {
          color: #c30e2e; }
          .user-detail .user-state .state-list li .r-cont a:hover {
            color: #c30e2e; }
        .user-detail .user-state .state-list li .r-cont .inner {
          font-size: 16px;
          font-size: 1.6rem;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 26px; }
        .user-detail .user-state .state-list li .r-cont .head-line {
          font-size: 16px;
          font-size: 1.6rem;
          color: #333333;
          margin-bottom: 12px; }
        .user-detail .user-state .state-list li .r-cont .title {
          margin-bottom: 14px;
          font-size: 16px;
          font-size: 1.6rem; }
        .user-detail .user-state .state-list li .r-cont p {
          color: #808080;
          margin-bottom: 14px; }
        .user-detail .user-state .state-list li .r-cont .about span {
          float: left; }
        .user-detail .user-state .state-list li .r-cont .about a {
          overflow: hidden;
          display: block; }
        .user-detail .user-state .state-list li .r-cont p.dialogue a {
          font-size: 13px;
          font-size: 1.3rem;
          text-decoration: underline; }
      .user-detail .user-state .state-list li:first-child .l-cont, .user-detail .user-state .state-list li:first-child .r-cont {
        padding-top: 20px; }
      .user-detail .user-state .state-list li:first-child .point {
        top: 25px; }
      .user-detail .user-state .state-list li:last-child .r-cont .inner {
        border-bottom: none; }
    .user-detail .user-state .load-more-state {
      margin-top: 60px; }

#change-password .btn-part {
  margin-top: 50px; }

#change-avatar .current_avatar {
  margin-bottom: 30px; }
  #change-avatar .current_avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
#change-avatar .select {
  margin-bottom: 15px; }
#change-avatar .process, #change-avatar .process_s {
  height: 20px;
  margin-bottom: 20px; }
#change-avatar .info {
  color: #B3B3B3; }
#change-avatar .upload {
  position: relative;
  overflow: hidden; }
#change-avatar .upload_input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }
#change-avatar .crop_wrap {
  margin-bottom: 30px;
  position: relative; }
#change-avatar .crop_wrap_zoom {
  padding: 0 20px;
  position: relative;
  margin-bottom: 30px; }
  #change-avatar .crop_wrap_zoom .small, #change-avatar .crop_wrap_zoom .big {
    position: absolute;
    top: -5px; }
  #change-avatar .crop_wrap_zoom .icon-pic {
    font-size: 14px;
    color: #666;
    cursor: pointer; }
  #change-avatar .crop_wrap_zoom .small {
    left: 0;
    margin-left: -20px; }
  #change-avatar .crop_wrap_zoom .big {
    font-size: 14px;
    right: 0;
    top: -11px;
    margin-right: -25px; }
    #change-avatar .crop_wrap_zoom .big .icon-pic {
      font-size: 24px; }

#floatingCirclesG {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  width: 20px;
  height: 20px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }

.f_circleG {
  position: absolute;
  background-color: #333;
  height: 4px;
  width: 4px;
  -moz-border-radius: 2px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 0.8s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 2px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 2px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 0.8s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 2px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 0.8s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 2px;
  animation-name: f_fadeG;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

#frotateG_01 {
  left: 0;
  top: 8px;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#frotateG_02 {
  left: 2px;
  top: 2px;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#frotateG_03 {
  left: 8px;
  top: 0;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#frotateG_04 {
  right: 2px;
  top: 2px;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#frotateG_05 {
  right: 0;
  top: 8px;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s; }

#frotateG_06 {
  right: 2px;
  bottom: 2px;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

#frotateG_07 {
  left: 8px;
  bottom: 0;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s; }

#frotateG_08 {
  left: 2px;
  bottom: 2px;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

@-moz-keyframes f_fadeG {
  0% {
    background-color: #fff; }
  100% {
    background-color: #333; } }
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #fff; }
  100% {
    background-color: #333; } }
@-ms-keyframes f_fadeG {
  0% {
    background-color: #fff; }
  100% {
    background-color: #333; } }
@-o-keyframes f_fadeG {
  0% {
    background-color: #fff; }
  100% {
    background-color: #333; } }
@keyframes f_fadeG {
  0% {
    background-color: #fff; }
  100% {
    background-color: #333; } }
@media (max-width: 720px) {
  .user-set-cont .user-form .form_pop input[type="text"], .user-set-cont .user-form .form_pop input[type="password"] {
    width: 100%; }
    .user-set-cont .user-form .form_pop input[type="text"].middle, .user-set-cont .user-form .form_pop input[type="password"].middle {
      width: 50%;
      margin-right: 25px; }
    .user-set-cont .user-form .form_pop input[type="text"].s_middle, .user-set-cont .user-form .form_pop input[type="password"].s_middle {
      width: 50%;
      margin-right: 25px; }
    .user-set-cont .user-form .form_pop input[type="text"].small, .user-set-cont .user-form .form_pop input[type="password"].small {
      width: 35%;
      margin-right: 20px; } }
.app-down-container .section {
  text-align: center;
  position: relative;
  height: 100%;
  background-color: #F9F9F9; }
  .app-down-container .section .cont {
    width: 720px;
    margin: 0 auto; }
  .app-down-container .section .left, .app-down-container .section .right {
    display: inline-block;
    *display: inline; }
  .app-down-container .section .left {
    margin-right: 100px; }
  .app-down-container .section .app-img img {
    width: 285px;
    height: auto; }
  .app-down-container .section .intro-text {
    width: 330px;
    text-align: left; }
    .app-down-container .section .intro-text .top {
      margin-bottom: 28px; }
    .app-down-container .section .intro-text h3 {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 49px;
      display: inline-block;
      *display: inline;
      margin-right: 25px; }
    .app-down-container .section .intro-text img {
      vertical-align: top; }
    .app-down-container .section .intro-text .circle {
      display: inline-block;
      *display: inline;
      width: 48px;
      height: 48px;
      text-align: center;
      line-height: 50px;
      vertical-align: top;
      background-color: #FFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #E5E5E5;
      color: #A0A5A9;
      font-size: 20px;
      font-size: 2rem; }
    .app-down-container .section .intro-text .intro {
      color: #666666;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px; }
  .app-down-container .section .bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .app-down-container .section .icons {
    margin-bottom: 60px; }
    .app-down-container .section .icons a {
      margin: 0 10px;
      color: #B3B3B3; }
    .app-down-container .section .icons i {
      font-size: 24px;
      font-size: 2.4rem; }
.app-down-container .bg-whiter {
  background-color: #fff; }
.app-down-container .page-1 {
  background-color: #52c2aa;
  padding-top: 120px; }
  .app-down-container .page-1 .fp-tableCell {
    vertical-align: top; }
  .app-down-container .page-1 h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-size: 6rem;
    line-height: 62px;
    margin-bottom: 20px; }
  .app-down-container .page-1 h3 {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 25px;
    margin-bottom: 35px; }
  .app-down-container .page-1 .buttons {
    margin-bottom: 50px; }
    .app-down-container .page-1 .buttons .btn {
      margin: 15px 0;
      color: #fff;
      font-size: 18px;
      font-size: 1.8rem;
      border-color: #fff;
      display: block; }
      .app-down-container .page-1 .buttons .btn i {
        margin-right: 10px; }
      .app-down-container .page-1 .buttons .btn:hover {
        background-color: #fff;
        color: #21B890; }
    .app-down-container .page-1 .buttons .icon-iphone, .app-down-container .page-1 .buttons .icon-ipad {
      position: relative;
      top: 1px; }
  .app-down-container .page-1 .bottom {
    position: static;
    transform: translateX(0); }
    .app-down-container .page-1 .bottom img {
      margin: 0 auto;
      width: 540px;
      height: auto;
      margin-bottom: -80%; }
  .app-down-container .page-1 .qrcode {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 130px;
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px; }
    .app-down-container .page-1 .qrcode h4 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 19px;
      margin-bottom: 11px; }

@keyframes bg_zoom {
  from {
    transform: scale(1);
    filter: blur(3px); }
  50% {
    filter: blur(0px); }
  to {
    transform: scale(1.9);
    filter: blur(0px); } }
@-webkit-keyframes bg_zoom {
  from {
    transform: scale(1);
    filter: blur(3px); }
  50% {
    filter: blur(0px); }
  to {
    transform: scale(1.9);
    filter: blur(0px); } }
@-moz-keyframes bg_zoom {
  from {
    transform: scale(1);
    filter: blur(3px); }
  50% {
    filter: blur(0px); }
  to {
    transform: scale(1.9);
    filter: blur(0px); } }
@-o-keyframes bg_zoom {
  from {
    transform: scale(1);
    filter: blur(3px); }
  50% {
    filter: blur(0px); }
  to {
    transform: scale(1.9);
    filter: blur(0px); } }
@keyframes shift_in {
  from {
    background-position: 0% center; }
  to {
    background-position: 60% center; } }
@-webkit-keyframes shift_in {
  from {
    background-position: 0% center; }
  to {
    background-position: 60% center; } }
@-moz-keyframes shift_in {
  from {
    background-position: 0% center; }
  to {
    background-position: 60% center; } }
@-o-keyframes shift_in {
  from {
    background-position: 0% center; }
  to {
    background-position: 60% center; } }
.m-app-down {
  background-color: #333;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .m-app-down .bg_img {
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("/public/css/img/app_down/h5-bg.jpg");
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: blur(0px);
    transform: scale(1.9);
    animation: bg_zoom 15s linear; }
  .m-app-down .bg_img1 {
    width: 100%;
    height: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("/public/css/img/app_down/h5-bg1.jpg");
    background-position: center;
    background-size: cover;
    z-index: 1;
    animation: shift_in 20s linear infinite; }
  .m-app-down .page {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    height: 100vh;
    text-align: center;
    color: #fff;
    display: table; }
    .m-app-down .page a {
      color: #fff; }
  .m-app-down .cont {
    display: table-cell;
    vertical-align: middle; }
  .m-app-down img.logo {
    margin-bottom: 30px;
    text-align: center; }
  .m-app-down h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 25px;
    letter-spacing: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 17px; }
  .m-app-down h3 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    margin-bottom: 50px; }
    .m-app-down h3:before, .m-app-down h3:after {
      content: "";
      display: inline-block;
      height: 1px;
      width: 10px;
      background-color: #FFF;
      vertical-align: middle;
      margin: 0 10px; }
  .m-app-down .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold; }

.pro_index * {
  box-sizing: border-box; }
.pro_index .fbb {
  font-weight: bold; }
.pro_index .cont {
  width: 980px;
  margin: 0 auto;
  text-align: center; }
  .pro_index .cont .tit_img {
    margin-bottom: 40px; }
  .pro_index .cont hr {
    border: 0;
    border-bottom: 1px solid #C5D0D4;
    margin-bottom: 60px; }
  .pro_index .cont .slick-dots li {
    margin: 0; }
  .pro_index .cont .slick-dots button:before {
    width: 8px;
    height: 8px;
    content: "";
    background-color: #c30e2e;
    border-radius: 50%; }
.pro_index .banner {
  height: 600px;
  margin-top: 53px;
  padding-top: 80px;
  background-image: url("/assets/img/banner@2x.png");
  background-size: cover;
  background-position-x: center;
  text-align: center; }
  .pro_index .banner .cont {
    width: 1000px; }
  .pro_index .banner .title {
    font-size: 3.6rem;
    color: #38454A;
    line-height: 50px;
    margin-bottom: 26px; }
  .pro_index .banner .intro {
    font-size: 1.8rem;
    color: #A1B0B5;
    line-height: 25px;
    margin-bottom: 40px; }
  .pro_index .banner .benefit {
    font-size: 0; }
    .pro_index .banner .benefit .b_cont {
      padding-bottom: 16px; }
    .pro_index .banner .benefit .li {
      display: inline-block;
      width: 240px;
      height: 290px;
      margin: 0 5px;
      padding: 35px 38px 47px;
      background-color: #FFF;
      vertical-align: top;
      box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1); }
      .pro_index .banner .benefit .li p {
        color: #546369;
        font-size: 1.3rem;
        line-height: 18px; }
    .pro_index .banner .benefit .tit {
      margin-bottom: 5px;
      font-size: 18px;
      color: #1B2326;
      line-height: 25px; }
    .pro_index .banner .benefit .icon {
      display: block;
      margin: 0 auto 22px; }
.pro_index .find {
  margin-top: -39px;
  padding-bottom: 70px; }
  .pro_index .find .tit {
    color: #1B2326;
    font-size: 2.4rem;
    line-height: 33px;
    margin-bottom: 12px; }
  .pro_index .find .intro {
    color: #1B2326;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 70px; }
  .pro_index .find .datas {
    margin-right: -50px;
    margin-bottom: 80px; }
    .pro_index .find .datas > * {
      display: inline-block;
      width: 150px;
      height: 90px;
      padding: 10px 0;
      position: relative;
      text-align: left;
      margin-right: 50px; }
      .pro_index .find .datas > *:last-child:after {
        display: none; }
      .pro_index .find .datas > *:after {
        content: "";
        height: 90px;
        width: 1px;
        transform: rotate(30deg);
        background-color: #C5D0D4;
        position: absolute;
        right: 0;
        top: 0; }
    .pro_index .find .datas .num {
      font-size: 3.6rem;
      line-height: 50px;
      margin-bottom: 5px; }
    .pro_index .find .datas .txt {
      font-size: 1.8rem;
      line-height: 25px; }
    .pro_index .find .datas .product {
      color: #E76F46; }
    .pro_index .find .datas .company {
      color: #84C065; }
    .pro_index .find .datas .organization {
      color: #8F52A8; }
    .pro_index .find .datas .entrepreneur {
      color: #3498DB; }
  .pro_index .find .btn_more {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 30px;
    background-color: #c30e2e;
    border-radius: 100px;
    line-height: 50px;
    color: #fff;
    font-size: 1.4rem; }
  .pro_index .find .add {
    color: #A1B0B5;
    font-size: 1.4rem; }
    .pro_index .find .add a {
      color: #c30e2e;
      text-decoration: underline; }
.pro_index .get {
  padding-top: 64px;
  background-color: #F4F5F8;
  height: 885px; }
  .pro_index .get .cont hr {
    margin-bottom: 112px; }
  .pro_index .get .get_cont_h5 {
    display: none; }
  .pro_index .get .servers {
    margin-right: 57px;
    widows: 580px;
    text-align: left; }
    .pro_index .get .servers li {
      margin-bottom: 40px;
      cursor: pointer; }
      .pro_index .get .servers li.current .tit {
        color: #3498DB; }
      .pro_index .get .servers li.current .icon {
        border: 1px solid #3498DB; }
    .pro_index .get .servers .icon {
      text-align: center;
      width: 75px;
      height: 75px;
      padding-top: 21px;
      background-color: #FFF;
      border: 1px solid #EAEAEA;
      border-radius: 50%;
      margin-right: 20px; }
    .pro_index .get .servers .tit {
      font-size: 2.4rem;
      line-height: 33px;
      color: #1B2326;
      margin-bottom: 10px; }
    .pro_index .get .servers .intro {
      font-size: 1.4rem;
      line-height: 20px;
      color: #666666; }
.pro_index .learn {
  padding-top: 59px;
  padding-bottom: 80px; }
  .pro_index .learn .tit {
    color: #38454A;
    font-size: 2.4rem;
    line-height: 33px;
    margin-bottom: 12px; }
  .pro_index .learn .video {
    margin: 0 auto;
    width: 940px;
    position: relative; }
    .pro_index .learn .video i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 8.4rem;
      margin-left: -42px;
      margin-top: -42px;
      color: #fff;
      cursor: pointer;
      z-index: 2; }
  .pro_index .learn .wechat_group {
    padding-top: 5px;
    font-size: 0; }
    .pro_index .learn .wechat_group li {
      margin: 0 10px 20px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
      display: inline-block;
      display: inline-block;
      padding: 30px;
      background-color: #FFF; }
      .pro_index .learn .wechat_group li img {
        display: block;
        margin: 0 auto 20px; }
      .pro_index .learn .wechat_group li .name {
        font-size: 1.5rem;
        line-height: 26px;
        color: #38454A; }
      .pro_index .learn .wechat_group li .text {
        color: #A1B0B5;
        font-size: 1.3rem;
        line-height: 26px; }
  .pro_index .learn .roll .learn_sec {
    color: #1B2326;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 10px; }
.pro_index .big_man {
  padding: 80px 0;
  background-color: #34373A; }
  .pro_index .big_man .cont {
    width: 840px; }
    .pro_index .big_man .cont .slick-prev:before {
      font-family: "icomoon_pro";
      content: "\f104"; }
    .pro_index .big_man .cont .slick-next:before {
      font-family: "icomoon_pro";
      content: "\f105"; }
  .pro_index .big_man .title {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #5A5A5A;
    margin-bottom: 40px;
    color: #fff;
    font-size: 2.4rem;
    line-height: 33px; }
  .pro_index .big_man .say {
    width: 600px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 30px; }
  .pro_index .big_man .slick-dots {
    display: none !important; }
.pro_index .big_man .user_cont, .pro_index .users .user_cont {
  width: 160px;
  margin: 0 auto;
  height: 188px;
  overflow: hidden; }
  .pro_index .big_man .user_cont .avatar, .pro_index .users .user_cont .avatar {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .pro_index .big_man .user_cont .name, .pro_index .users .user_cont .name {
    font-size: 1.6rem;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px; }
  .pro_index .big_man .user_cont .bio, .pro_index .users .user_cont .bio {
    color: #7F8283;
    font-size: 1.3rem;
    line-height: 18px; }
.pro_index .users {
  background: #F4F5F8;
  padding: 80px 0 60px; }
  .pro_index .users .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #38454A;
    line-height: 33px; }
  .pro_index .users .name_sorting {
    color: #666666;
    font-size: 1.2rem;
    line-height: 22px;
    margin-bottom: 40px; }
  .pro_index .users .cont {
    width: 1000px; }
  .pro_index .users .users_list {
    font-size: 0;
    text-align: left;
    margin-bottom: 50px; }
  .pro_index .users .join_more {
    margin-bottom: 80px;
    padding: 12px 40px;
    background: #E74C3C;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem; }
  .pro_index .users .user_cont {
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 20px; }
    .pro_index .users .user_cont .name {
      color: #38454A; }
    .pro_index .users .user_cont .bio {
      color: #809096; }
  .pro_index .users .contact_lifei {
    margin-bottom: 80px;
    display: block;
    font-size: 1.4rem;
    line-height: 20px;
    color: #38454A;
    text-align: left;
    list-style-type: decimal;
    list-style-position: inside; }
    .pro_index .users .contact_lifei a {
      color: #38454A; }
.pro_index .bottom_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100px; }
  .pro_index .bottom_banner .cont {
    width: 980px;
    margin: 0 auto;
    text-align: center; }
  .pro_index .bottom_banner .ie9 {
    border-radius: 25px;
    overflow: hidden;
    margin-top: 29px;
    display: inline-flex; }
  .pro_index .bottom_banner .btn_small {
    display: inline-block;
    float: none;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 25px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAD961', endColorstr='#F76B1C',GradientType=0 );
    background: -webkit-linear-gradient(#FAD961, #F76B1C);
    background: linear-gradient(#FAD961, #F76B1C);
    cursor: pointer;
    color: #000; }
    .pro_index .bottom_banner .btn_small.t_center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .pro_index .bottom_banner .text {
    display: inline-block;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 30px; }
  .pro_index .bottom_banner .remind {
    display: inline-block;
    padding: 0 20px;
    line-height: 34px;
    border: 1px solid #F1C40F;
    color: #F1C40F;
    vertical-align: middle; }
  .pro_index .bottom_banner .guid_link {
    padding-top: 7px;
    display: inline-block;
    margin-left: 20px; }
    .pro_index .bottom_banner .guid_link a {
      color: #ebda1e;
      text-decoration: underline;
      margin-top: 10px;
      padding-top: 10px; }

@media (max-width: 760px) {
  .p-header, .p-footer {
    display: none; }

  .pro_index .m_hide {
    display: none; }
  .pro_index .m_show {
    display: inherit; }
  .pro_index .cont {
    width: 100% !important; }
    .pro_index .cont .tit_img {
      max-width: 60%; }
    .pro_index .cont hr {
      margin-bottom: 40px; }
    .pro_index .cont .slick-dots button:before {
      width: 6px;
      height: 6px;
      content: ""; }
  .pro_index .banner {
    background: none;
    background-color: #F4F5F8;
    padding-top: 34px;
    height: auto;
    margin-top: 0;
    overflow: hidden; }
    .pro_index .banner .title {
      font-size: 2.4rem;
      line-height: 28px;
      margin-bottom: 20px;
      padding: 0 20px;
      font-weight: bold; }
    .pro_index .banner .intro {
      font-size: 1.4rem;
      margin-bottom: 30px; }
    .pro_index .banner .benefit {
      z-index: 2;
      white-space: nowrap; }
      .pro_index .banner .benefit .b_cont {
        padding-bottom: 16px;
        background-color: #FFF;
        overflow: scroll; }
    .pro_index .banner .slick-list {
      overflow: visible !important; }
  .pro_index .find {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    padding: 0 6%;
    padding-bottom: 40px; }
    .pro_index .find .tit {
      font-size: 1.8rem;
      line-height: 25px;
      font-weidght: bold;
      margin-bottom: 20px; }
    .pro_index .find .intro {
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 40px; }
    .pro_index .find .datas {
      margin-bottom: 50px;
      margin-right: -10px; }
      .pro_index .find .datas > * {
        display: inline-block;
        width: 60px;
        height: 20px;
        padding: 0;
        position: relative;
        text-align: left;
        margin-right: 10px; }
        .pro_index .find .datas > *:after {
          height: 36px; }
      .pro_index .find .datas .num {
        font-size: 1.44rem;
        margin-bottom: 2px;
        line-height: 20px; }
      .pro_index .find .datas .txt {
        font-size: 1.2rem;
        line-height: 10px; }
  .pro_index .get {
    padding-top: 40px;
    height: auto; }
    .pro_index .get .cont hr {
      margin-bottom: 30px; }
    .pro_index .get .server_img {
      display: none; }
    .pro_index .get .servers {
      float: none;
      width: 100%; }
      .pro_index .get .servers li {
        padding: 0 6%; }
    .pro_index .get .get_cont {
      display: none; }
    .pro_index .get .get_cont_h5 {
      display: block; }
      .pro_index .get .get_cont_h5 .severs_h5 .slick-dots {
        bottom: 40px; }
      .pro_index .get .get_cont_h5 .severs_h5 .icon {
        text-align: center;
        width: 76px;
        height: 76px;
        padding-top: 21px;
        background-color: #FFF;
        border: 1px solid #eaeaea;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 14px; }
        .pro_index .get .get_cont_h5 .severs_h5 .icon img {
          display: inline-block; }
      .pro_index .get .get_cont_h5 .severs_h5 .detail .tit {
        font-size: 2rem;
        color: #1B2326;
        line-height: 28px;
        margin-bottom: 11px; }
      .pro_index .get .get_cont_h5 .severs_h5 .detail .intro {
        font-size: 1.4rem;
        color: #666666;
        line-height: 20px;
        margin-bottom: 90px; }
  .pro_index .learn {
    padding: 0 6%;
    overflow: hidden; }
    .pro_index .learn .video {
      width: 88%; }
      .pro_index .learn .video .icon-play {
        display: none; }
    .pro_index .learn .wechat_group {
      white-space: nowrap;
      overflow: scroll; }
    .pro_index .learn .roll .tit {
      margin-bottom: 12px;
      padding-top: 40px; }
    .pro_index .learn .roll .learn_sec {
      font-size: 1.4rem;
      line-height: 20px;
      margin-bottom: 20px; }
  .pro_index .big_man {
    padding: 40px 6%; }
    .pro_index .big_man .slick-prev, .pro_index .big_man .slick-next {
      display: none !important; }
    .pro_index .big_man .say {
      width: 100%; }
    .pro_index .big_man .slick-dots {
      display: block !important; }
  .pro_index .users {
    padding: 40px 6% 96px; }
    .pro_index .users .join_more {
      margin-bottom: 40px; }
    .pro_index .users .left_part {
      overflow: hidden; }
    .pro_index .users .users_list {
      margin-bottom: 0; }
    .pro_index .users .user_cont {
      width: 100%;
      height: auto;
      text-align: left;
      border-bottom: 1px solid #E6E9EA; }
      .pro_index .users .user_cont:last-child {
        border: 0; }
      .pro_index .users .user_cont .avatar {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 20px; }
  .pro_index .bottom_banner {
    height: 96px; }
    .pro_index .bottom_banner .cont {
      text-align: center; }
      .pro_index .bottom_banner .cont .text {
        display: none; }
    .pro_index .bottom_banner .btn_small {
      line-height: 50px;
      float: none;
      margin: 12px auto 0;
      white-space: nowrap; }
    .pro_index .bottom_banner .guid_link {
      display: block; } }
.index_cont .post_tag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 4px solid #2CFFFF;
  padding: 0 10px;
  background-color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  z-index: 3; }
.index_cont .pro_icon {
  display: inline-block;
  line-height: 20px;
  padding: 0 6px;
  background-color: #B880F6;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 10px;
  font-style: italic; }
.index_cont .post_data a {
  color: #fff; }
.index_cont .post_data i {
  color: #2BF4F4;
  margin-right: 8px; }
.index_cont .post_data .like_num, .index_cont .post_data .comment_num, .index_cont .post_data .read_num {
  margin-right: 22px; }
.index_cont .post_data .like_num {
  cursor: pointer; }
  .index_cont .post_data .like_num .icon-Shape9 {
    display: none; }
  .index_cont .post_data .like_num.current .icon-Shape9 {
    display: inline-block; }
  .index_cont .post_data .like_num.current .icon-Shape10 {
    display: none; }
.index_cont .top_article {
  background-color: #121212;
  margin-bottom: 30px;
  padding-top: 55px; }
  .index_cont .top_article .first {
    position: relative;
    margin-bottom: 30px; }
  .index_cont .top_article .inner .options a, .index_cont .top_article .column .options a, .index_cont .top_article .articles .options a {
    display: inline-block;
    *display: inline;
    color: #fff; }
    .index_cont .top_article .inner .options a:hover, .index_cont .top_article .inner .options a.current, .index_cont .top_article .column .options a:hover, .index_cont .top_article .column .options a.current, .index_cont .top_article .articles .options a:hover, .index_cont .top_article .articles .options a.current {
      color: #c30e2e;
      text-decoration: none; }
      .index_cont .top_article .inner .options a:hover .icon, .index_cont .top_article .inner .options a.current .icon, .index_cont .top_article .column .options a:hover .icon, .index_cont .top_article .column .options a.current .icon, .index_cont .top_article .articles .options a:hover .icon, .index_cont .top_article .articles .options a.current .icon {
        color: #c30e2e; }
    .index_cont .top_article .inner .options a.current .icon-Shape9, .index_cont .top_article .column .options a.current .icon-Shape9, .index_cont .top_article .articles .options a.current .icon-Shape9 {
      display: inline-block;
      *display: inline;
      -webkit-animation: scalefade 300ms;
      animation: scalefade 300ms; }
    .index_cont .top_article .inner .options a.current .icon-like-1, .index_cont .top_article .column .options a.current .icon-like-1, .index_cont .top_article .articles .options a.current .icon-like-1 {
      display: none; }
    .index_cont .top_article .inner .options a .icon-Shape9, .index_cont .top_article .column .options a .icon-Shape9, .index_cont .top_article .articles .options a .icon-Shape9 {
      display: none; }
  .index_cont .top_article .inner .options .icon, .index_cont .top_article .column .options .icon, .index_cont .top_article .articles .options .icon {
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    *display: inline;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
  .index_cont .top_article .inner .options .s-like, .index_cont .top_article .column .options .s-like, .index_cont .top_article .articles .options .s-like {
    margin-right: 6px; }
  .index_cont .top_article .inner .options .icon-comment, .index_cont .top_article .column .options .icon-comment, .index_cont .top_article .articles .options .icon-comment {
    position: relative;
    top: 2px; }
  .index_cont .top_article .inner .options .num, .index_cont .top_article .column .options .num, .index_cont .top_article .articles .options .num {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    top: 2px; }
  .index_cont .top_article .inner .options .like, .index_cont .top_article .column .options .like, .index_cont .top_article .articles .options .like {
    margin-right: 30px; }
  .index_cont .top_article .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .index_cont .top_article .inner:hover .overlay {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: alpha(opacity=70);
      zoom: 1; }
    .index_cont .top_article .inner .post {
      width: 530px;
      height: 339px;
      padding: 86px 70px 0;
      position: relative; }
      .index_cont .top_article .inner .post a {
        color: #fff; }
    .index_cont .top_article .inner .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%);
      background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%); }
    .index_cont .top_article .inner .post-cont {
      position: absolute;
      bottom: 10px;
      width: 530px; }
    .index_cont .top_article .inner h2 {
      margin-bottom: 25px; }
    .index_cont .top_article .inner .info {
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      margin-bottom: 56px; }
    .index_cont .top_article .inner .title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.2em; }
    .index_cont .top_article .inner .author {
      width: 310px;
      height: 100%;
      position: relative;
      background-color: #020000;
      background-color: rgba(0, 0, 0, 0.7); }
      .index_cont .top_article .inner .author .a-inner {
        padding: 63px 35px 57px;
        text-align: center;
        position: relative;
        z-index: 2; }
        .index_cont .top_article .inner .author .a-inner .btn.hover {
          background-color: #c30e2e;
          color: #fff; }
          .index_cont .top_article .inner .author .a-inner .btn.hover:hover {
            background-color: #c30e2e; }
        .index_cont .top_article .inner .author .a-inner img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 2px solid #fff; }
        .index_cont .top_article .inner .author .a-inner p {
          font-size: 14px;
          font-size: 1.4rem;
          color: #fff;
          color: rgba(255, 255, 255, 0.5);
          margin-bottom: 30px; }
        .index_cont .top_article .inner .author .a-inner .pic {
          display: block;
          margin-bottom: 20px; }
        .index_cont .top_article .inner .author .a-inner .name {
          font-size: 18px;
          font-size: 1.8rem;
          color: #fff;
          display: block;
          margin-bottom: 30px;
          padding-bottom: 16px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .index_cont .top_article .first {
    width: 980px;
    margin: 0 auto;
    overflow: hidden; }
    .index_cont .top_article .first img.bg {
      filter: blur(2px); }
  .index_cont .top_article .inner:hover .overlay {
    opacity: 1; }
  .index_cont .top_article .inner .post {
    width: 670px;
    padding: 0;
    height: 100%;
    display: table; }
  .index_cont .top_article .inner .post-cont {
    position: static;
    width: 670px;
    display: table-cell;
    vertical-align: middle; }
  .index_cont .top_article .inner .summary {
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px; }
  .index_cont .top_article .inner h2 {
    margin-bottom: 20px; }
  .index_cont .top_article .inner .tag {
    background-color: #c30e2e;
    display: inline-block;
    line-height: 23px;
    padding: 0 5px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; }
  .index_cont .top_article .inner .overlay {
    background-image: -webkit-linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212);
    background-image: -o-linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212);
    background-image: linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212); }
  .index_cont .top_article .inner .author {
    background-color: transparent;
    display: table; }
    .index_cont .top_article .inner .author .a-inner .name {
      border: none;
      padding-bottom: 0;
      margin-bottom: 23px; }
    .index_cont .top_article .inner .author .a-inner {
      padding: 0;
      display: table-cell;
      vertical-align: middle; }
      .index_cont .top_article .inner .author .a-inner p {
        margin-bottom: 0;
        padding: 0 35px; }
    .index_cont .top_article .inner .author .follow {
      display: none; }
  .index_cont .top_article .inner .info {
    opacity: 0.8;
    margin-bottom: 10px; }
  .index_cont .top_article .inner .options {
    opacity: 0.8;
    float: none;
    display: block; }
.index_cont .top_posts {
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden; }
  .index_cont .top_posts .part {
    display: inline-block;
    width: 100vw;
    padding-top: 102px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden; }
    .index_cont .top_posts .part .bg, .index_cont .top_posts .part .shadow {
      width: 110%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -5%;
      filter: blur(4px); }
    .index_cont .top_posts .part .bg {
      background-size: cover;
      background-position: center; }
    .index_cont .top_posts .part .shadow {
      background-color: rgba(0, 0, 0, 0.6); }
  .index_cont .top_posts .part-cont {
    width: 1020px;
    height: auto;
    margin: 0 auto;
    position: relative; }
  .index_cont .top_posts .bottom_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 80px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff; }
    .index_cont .top_posts .bottom_banner .title {
      margin-bottom: 20px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 46px;
      white-space: normal; }
      .index_cont .top_posts .bottom_banner .title a {
        color: #fff; }
    .index_cont .top_posts .bottom_banner .info {
      color: #f2f2f2;
      font-size: 14px;
      font-size: 1.4rem; }
      .index_cont .top_posts .bottom_banner .info a {
        color: #f2f2f2; }
      .index_cont .top_posts .bottom_banner .info .gap_point {
        margin: 0 10px; }
  .index_cont .top_posts .slick-dots {
    bottom: 8px; }
    .index_cont .top_posts .slick-dots li button {
      font-size: 13px;
      color: #2BF4F4;
      width: 18px;
      height: 18px;
      opacity: 0.7;
      border: 1px solid #2BF4F4;
      padding: 0;
      text-align: center; }
      .index_cont .top_posts .slick-dots li button:before {
        color: #c30e2e;
        content: "";
        height: 18px;
        width: 18px; }
    .index_cont .top_posts .slick-dots li.slick-active button {
      background-color: #2BF4F4;
      color: #171717;
      opacity: 1; }
.index_cont .column {
  width: 1020px;
  margin: 0 auto;
  justify-content: space-between;
  overflow:hidden;}
  .index_cont .column .part {
    width: 320px;
    height: 200px;
    position: relative;
    overflow: hidden;
	float:left;
	
	background: rgba(0, 0, 0, 0.5);
	margin:0px 10px 40px;}
  .index_cont .column .bottom_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px 22px;
    color: #fff;
    z-index: 2; }
    .index_cont .column .bottom_banner .title {
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      .index_cont .column .bottom_banner .title a {
        color: #fff; }
  .index_cont .column .shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
	text-align:center;
	line-height:50px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
  .index_cont .column .novel img {
    }
  .index_cont .column .novel_info {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
    z-index: 2; }
    .index_cont .column .novel_info .title {
      color: #2CFFFF;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 26px;
      margin-bottom: 10px;
      max-width: 280px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .index_cont .column .novel_info .title a {
        color: #2CFFFF; }
    .index_cont .column .novel_info .summary {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(44, 255, 255, 0.5);
      margin-bottom: 10px; }
    .index_cont .column .novel_info .chapter {
      font-size: 14px;
      font-size: 1.4rem; }
      .index_cont .column .novel_info .chapter .novel_state {
        color: #2CFFFF; }
      .index_cont .column .novel_info .chapter i {
        color: rgba(44, 255, 255, 0.8);
        margin-right: 5px;
        vertical-align: middle; }
      .index_cont .column .novel_info .chapter a {
        color: #fff; }
.index_cont .index-ad {
  width: 1020px;
  margin: 0 auto; }
.index_cont .main_cont {
  width: 1020px;
  margin: 0 auto; }
  .index_cont .main_cont .list-cont {
    width: 640px;
    margin-right: 60px;
    position: relative; }
  .index_cont .main_cont .nav {
    position: absolute;
    border-bottom: 1px solid #DBDBDB;
    width: 640px; }
    .index_cont .main_cont .nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 4;
      width: 100%;
      background-color: #fff; }
      .index_cont .main_cont .nav.fixed .nav_inner {
        width: 1020px;
        margin: 0 auto; }
      .index_cont .main_cont .nav.fixed .nav_cont {
        width: 640px; }
    .index_cont .main_cont .nav .nav_cont {
      overflow: hidden;
      box-sizing: border-box;
      padding-right: 35px;
      position: relative;
      height: 54px; }
    .index_cont .main_cont .nav .nav_arrow {
      position: absolute;
      right: 0;
      height: 54px;
      line-height: 54px;
      padding-left: 20px;
      z-index: 3;
      background-color: #FFF; }
      .index_cont .main_cont .nav .nav_arrow span {
        display: inline-block;
        border: 6px solid transparent;
        cursor: pointer; }
      .index_cont .main_cont .nav .nav_arrow .arrow_prev {
        border-right-color: rgba(0, 164, 160, 0.5);
        margin-right: 5px; }
        .index_cont .main_cont .nav .nav_arrow .arrow_prev.active {
          border-right-color: #c30e2e; }
      .index_cont .main_cont .nav .nav_arrow .arrow_next {
        border-left-color: rgba(0, 164, 160, 0.5); }
        .index_cont .main_cont .nav .nav_arrow .arrow_next.active {
          border-left-color: #c30e2e; }
  .index_cont .main_cont nav {
    font-size: 0;
    padding-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    z-index: 2; }
    .index_cont .main_cont nav .nav_title {
      display: inline-block; }
    .index_cont .main_cont nav a {
      position: relative;
      bottom: -1px;
      display: inline-block;
      padding-bottom: 14px;
      color: #333333;
      line-height: 22px;
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
	  cursor:pointer;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: 12px;
      border-bottom: 4px solid transparent; }
      .index_cont .main_cont nav a.current {
        border-bottom: 4px solid #c30e2e; }
		.article-list {
    margin-bottom: 73px;
    padding-top: 55px; }
		   .list .pic {
      float: left;
      margin-right: 30px; }
      .list .pic img {
        width: 200px;
        height: 150px; }
    .list .cont {
      overflow: hidden; }
      .list .cont .title {
        line-height: 34px;
        font-size: 24px;
        font-size: 2.4rem;
        color: #333333;
        display: block;
        margin-bottom: 12px; }
    .list .info {
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 14px; }
      .list .info a {
        color: #c30e2e; }
      .list .info .gap_point {
        color: #C0C0C0;
        margin: 0 10px; }
    .list .options {
      font-size: 13px;
      font-size: 1.3rem; }
      .list .options a {
        color: #808080; }
        .index_cont .main_cont .article-list .options a.current, .index_cont .main_cont .article-list .options a:hover {
          color: #c30e2e; }
      .index_cont .main_cont .article-list .options i {
        vertical-align: middle; }
      .index_cont .main_cont .article-list .options .icon {
        margin-right: 6px; }
    .index_cont .main_cont .article-list .summary {
      color: #808080;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      margin-bottom: 11px; }
    .index_cont .main_cont .article-list .tag {
      font-size: 1.3rem;
      color: #c30e2e; }
      .index_cont .main_cont .article-list .tag i {
        font-size: 1.8rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 10px; }
      .index_cont .main_cont .article-list .tag a {
        vertical-align: top;
        color: #c30e2e; }
 .list > li {
      padding: 40px 0;
      border-bottom: 1px solid #F2F2F2; }
   .list > li:last-child {
        border: none; }
   .list .group {
      font-size: 0;
      margin-right: -6px;
      white-space: nowrap;
      position: relative; }
     .list .group .group_cell {
        position: relative;
        display: inline-block;
        width: 210px;
        height: 180px;
        margin-right: 6px;
        vertical-align: top; }
      .list .group .tag_info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 1.8rem;
        color: #fff; }
      .list .group .tag_info a {
          line-height: 240px; }
     .list .group .bottom_banner {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 15px; }
     .list .group .title {
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        white-space: normal; }
    .list .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5); }
  .index_cont .main_cont .article-list {
    margin-bottom: 73px;
    padding-top: 55px; }
    .index_cont .main_cont .article-list .pic {
      float: left;
      margin-right: 30px; }
      .index_cont .main_cont .article-list .pic img {
        width: 200px;
        height: 150px; }
    .index_cont .main_cont .article-list .cont {
      overflow: hidden; }
      .index_cont .main_cont .article-list .cont .title {
        line-height: 34px;
        font-size: 24px;
        font-size: 2.4rem;
        color: #333333;
        display: block;
        margin-bottom: 12px; }
    .index_cont .main_cont .article-list .info {
      color: #B3B3B3;
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 14px; }
      .index_cont .main_cont .article-list .info a {
        color: #c30e2e; }
      .index_cont .main_cont .article-list .info .gap_point {
        color: #C0C0C0;
        margin: 0 10px; }
    .index_cont .main_cont .article-list .options {
      font-size: 13px;
      font-size: 1.3rem; }
      .index_cont .main_cont .article-list .options a {
        color: #808080; }
        .index_cont .main_cont .article-list .options a.current, .index_cont .main_cont .article-list .options a:hover {
          color: #c30e2e; }
      .index_cont .main_cont .article-list .options i {
        vertical-align: middle; }
      .index_cont .main_cont .article-list .options .icon {
        margin-right: 6px; }
    .index_cont .main_cont .article-list .summary {
      color: #808080;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      margin-bottom: 11px; }
    .index_cont .main_cont .article-list .tag {
      font-size: 1.3rem;
      color: #c30e2e; }
      .index_cont .main_cont .article-list .tag i {
        font-size: 1.8rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 10px; }
      .index_cont .main_cont .article-list .tag a {
        vertical-align: top;
        color: #c30e2e; }
    .index_cont .main_cont .article-list > li {
      padding: 40px 0;
      border-bottom: 1px solid #F2F2F2; }
      .index_cont .main_cont .article-list > li:last-child {
        border: none; }
    .index_cont .main_cont .article-list .group {
      font-size: 0;
      margin-right: -6px;
      white-space: nowrap;
      position: relative; }
      .index_cont .main_cont .article-list .group .group_cell {
        position: relative;
        display: inline-block;
        width: 210px;
        height: 180px;
        margin-right: 6px;
        vertical-align: top; }
      .index_cont .main_cont .article-list .group .tag_info {
        position: absolute;
        top: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 1.8rem;
        color: #fff; }
        .index_cont .main_cont .article-list .group .tag_info a {
          line-height: 240px; }
      .index_cont .main_cont .article-list .group .bottom_banner {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px 15px; }
      .index_cont .main_cont .article-list .group .title {
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        white-space: normal; }
    .index_cont .main_cont .article-list .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .index_cont .main_cont .article-list .post_part .pic {
      position: relative; }
    .index_cont .main_cont .article-list .post_part .pro_icon {
      position: absolute;
      top: 5px;
      left: 5px; }
    .index_cont .main_cont .article-list .authors_part .group_cell {
      height: auto;
      padding-top: 30px;
      border: 1px solid #E3E4E7;
      text-align: center;
      margin-right: 0.13%; }
    .index_cont .main_cont .article-list .authors_part img {
      border-radius: 50%;
      margin-bottom: 12px;
      display: inline-block !important; }
    .index_cont .main_cont .article-list .authors_part .title {
      color: #333333;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 24px; }
    .index_cont .main_cont .article-list .authors_part .bottom_banner {
      position: static;
      padding: 0;
      margin-bottom: 8px; }
    .index_cont .main_cont .article-list .authors_part .fans_num {
      color: #c30e2e;
      margin-bottom: 29px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px; }
    .index_cont .main_cont .article-list .recommend_post {
      width: 640px;
      height: 256px; }
      .index_cont .main_cont .article-list .recommend_post .cont {
        position: relative; }
      .index_cont .main_cont .article-list .recommend_post .bottom_banner {
        position: absolute;
        bottom: 0;
        padding: 0 32px 20px;
        color: #fff;
        width: 100%; }
      .index_cont .main_cont .article-list .recommend_post .title {
        color: #fff;
        display: inline-block;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden; }
        .index_cont .main_cont .article-list .recommend_post .title.bottom_border {
          padding-bottom: 20px;
          margin-bottom: 10px;
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.42); }
      .index_cont .main_cont .article-list .recommend_post .info {
        color: #fff;
        margin-bottom: 0; }
        .index_cont .main_cont .article-list .recommend_post .info .gap_point {
          color: #C0C0C0; }
        .index_cont .main_cont .article-list .recommend_post .info a {
          color: #fff; }
    .index_cont .main_cont .article-list .group_tit {
      font-size: 1.6rem;
      font-size: 16px;
      line-height: 22px;
      padding-left: 10px;
      border-left: 4px solid #c30e2e;
      margin-bottom: 17px; }
    .index_cont .main_cont .article-list .slick-arrow {
      z-index: 2;
      width: 32px;
      height: 46px; }
    .index_cont .main_cont .article-list .slick-next {
      right: -32px; }
    .index_cont .main_cont .article-list .slick-prev {
      left: -35px; }
    .index_cont .main_cont .article-list .slick-prev:before, .index_cont .main_cont .article-list .slick-next:before {
      color: #c30e2e;
      font-size: 30px;
      font-family: "icomoon"; }
    .index_cont .main_cont .article-list .slick-prev:before {
      content: "\f104"; }
    .index_cont .main_cont .article-list .slick-next:before {
      content: "\f105";
      padding-top: 20px; }
  .index_cont .main_cont .interest_list .loading, .index_cont .main_cont .categorie_list .loading {
    margin-top: 100px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #D8D8D8; }
  .index_cont .main_cont .categorie_list {
    padding-top: 20px; }
  .index_cont .main_cont .interest_list {
    padding-top: 75px; }
    .index_cont .main_cont .interest_list .loading {
      margin-top: 55px; }
    .index_cont .main_cont .interest_list .reminder {
      color: #B3B3B3;
      margin-bottom: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
      .index_cont .main_cont .interest_list .reminder a {
        color: #c30e2e; }
        .index_cont .main_cont .interest_list .reminder a:hover {
          color: #c30e2e; }
    .index_cont .main_cont .interest_list .recommend-tags {
      padding-top: 20px;
      font-size: 0px;
      font-size: 0rem; }
      .index_cont .main_cont .interest_list .recommend-tags li {
        display: inline-block;
        margin: 0 15px 20px 0; }
        .index_cont .main_cont .interest_list .recommend-tags li a {
          color: #909090; }
    .index_cont .main_cont .interest_list .r-author-list li {
      border-bottom: 1px solid #f2f2f2; }
      .index_cont .main_cont .interest_list .r-author-list li .author-avatar {
        width: 40px; }
      .index_cont .main_cont .interest_list .r-author-list li .author-cont .btn {
        right: 50px; }
    .index_cont .main_cont .interest_list .latest-list {
      padding-top: 5px; }
      .index_cont .main_cont .interest_list .latest-list li {
        border-bottom: 1px solid #f2f2f2;
        padding: 20px 0; }
        .index_cont .main_cont .interest_list .latest-list li:last-child {
          border-bottom: none; }
      .index_cont .main_cont .interest_list .latest-list .title {
        font-size: 18px;
        font-size: 1.8rem;
        color: #333;
        margin-bottom: 8px; }
      .index_cont .main_cont .interest_list .latest-list .time {
        color: #B3B3B3;
        font-size: 13px;
        font-size: 1.3rem; }
        .index_cont .main_cont .interest_list .latest-list .time i {
          padding-right: 5px; }
.index_cont .load_more {
  color: #c30e2e;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 99px;
  cursor: pointer; }
  .index_cont .load_more span {
    display: inline-block;
    line-height: 38px; }
    .index_cont .load_more span:before, .index_cont .load_more span:after {
      content: "";
      display: inline-block;
      width: 272px;
      height: 1px;
      background-color: #c30e2e;
      vertical-align: middle; }
    .index_cont .load_more span:before {
      margin-right: 20px; }
    .index_cont .load_more span:after {
      margin-left: 20px; }
.index_cont .sidebar {
  overflow: hidden;
  position: relative;
  padding-top: 14px; }
  .index_cont .sidebar .top {
    border-top: 1px solid #DBDBDB; }
  .index_cont .sidebar .part {
    background-color: #FAFAFA;
    padding: 30px 20px;
    margin-bottom: 40px; }
  .index_cont .sidebar .w3-part {
    padding: 0; }
  .index_cont .sidebar .more {
    color: #B3B3B3;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 15px; }
    .index_cont .sidebar .more i {
      vertical-align: middle;
      color: #C0C0C0;
      font-size: 12px;
      font-size: 1.7em; 
	  margin-left:5px;}
  .index_cont .sidebar .title {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #c30e2e;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px; }
    .index_cont .sidebar .title i {
      margin-right: 10px;
      color: #272636; }
  .index_cont .sidebar li {
    font-size: 14px;
    font-size: 1.4rem; }
    .index_cont .sidebar li a {
      color: #333; }
  .index_cont .sidebar .see_world li {
    display: block;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer; }
    .index_cont .sidebar .see_world li .point {
      position: absolute;
      top: 8px;
      left: 0;
      display: inline-block;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #c30e2e; }
    .index_cont .sidebar .see_world li .cont {
      display: block; }
    .index_cont .sidebar .see_world li .text {
      height: 48px;
      overflow: hidden;
      display: block; }
    .index_cont .sidebar .see_world li .br {
      padding-bottom: 20px;
      border-bottom: 1px solid #EDEDED; }
    .index_cont .sidebar .see_world li:last-child {
      margin-bottom: 0; }
      .index_cont .sidebar .see_world li:last-child .br {
        border-bottom: none;
        padding-bottom: 0; }
    .index_cont .sidebar .see_world li:first-child a {
      border-top: none; }
    .index_cont .sidebar .see_world li.show {
      transition: height 0.5s ease;
      -moz-transition: height 0.5s ease;
      -webkit-transition: height 0.5s ease;
      -o-transition: height 0.5s ease; }
      .index_cont .sidebar .see_world li.show .text {
        height: auto; }
      .index_cont .sidebar .see_world li.show .point {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 100%;
        border: 2px solid #fff;
        width: 8px;
        border-bottom: 34px solid #FAFAFA;
        transition: height 0.5s ease;
        -moz-transition: height 0.5s ease;
        -webkit-transition: height 0.5s ease;
        -o-transition: height 0.5s ease; }
  .index_cont .sidebar .hot_tags li {
    display: inline-block; }
  .index_cont .sidebar .hot_tags .tag {
    display: inline-block;
    padding: 4px 10px 3px 10px;
    border: 1px solid #f2f2f2;
    color: gray;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 7px 10px 0; }
  .index_cont .sidebar .hot_posts ol, .index_cont .sidebar .reports ol {
    list-style-type: decimal;
    list-style-position: ouside;
    margin-left: 20px; }
  .index_cont .sidebar .hot_posts li, .index_cont .sidebar .reports li {
    margin-bottom: 20px;
    padding-left: 5px; }
    .index_cont .sidebar .hot_posts li:last-child, .index_cont .sidebar .reports li:last-child {
      margin-bottom: 0; }
    .index_cont .sidebar .hot_posts li:first-child a, .index_cont .sidebar .reports li:first-child a {
      border-top: none;
      padding-top: 0; }
  .index_cont .sidebar .recommend_product li, .index_cont .sidebar .partners li, .index_cont .sidebar .authors li {
    padding: 20px 0;
    border-bottom: 1px solid #EDEDED; }
    .index_cont .sidebar .recommend_product li:first-child, .index_cont .sidebar .partners li:first-child, .index_cont .sidebar .authors li:first-child {
      padding-top: 0; }
    .index_cont .sidebar .recommend_product li:last-child, .index_cont .sidebar .partners li:last-child, .index_cont .sidebar .authors li:last-child {
      border: none;
      padding-bottom: 0; }
  .index_cont .sidebar .recommend_product .pic, .index_cont .sidebar .partners .pic, .index_cont .sidebar .authors .pic {
    margin-right: 15px; }
  .index_cont .sidebar .recommend_product .cont, .index_cont .sidebar .partners .cont, .index_cont .sidebar .authors .cont {
    overflow: hidden; }
    .index_cont .sidebar .recommend_product .cont a, .index_cont .sidebar .partners .cont a, .index_cont .sidebar .authors .cont a {
      display: inline-block;
      font-size: 16px;
      font-size: 1.6rem;
      color: #c30e2e;
      line-height: 22px;
      margin-bottom: 4px; }
    .index_cont .sidebar .recommend_product .cont p, .index_cont .sidebar .partners .cont p, .index_cont .sidebar .authors .cont p {
      font-size: 13px;
      font-size: 1.3rem;
      color: #808080;
      line-height: 18px; }
  .index_cont .sidebar .partners .cont a {
    color: #808080;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px; }
  .index_cont .sidebar .authors img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.index_cont .side_option {
  position: fixed;
  right: 4%;
  bottom: 100px; }
  .index_cont .side_option a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #c30e2e;
    color: #fff;
    text-align: center;
    line-height: 50px; }

.account_content {
  width: 700px;
  margin: 0 auto;
  padding-top: 156px;
  padding-bottom: 80px;
  background-color: #FFF;
  min-height: 100vh; }
  .account_content .title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 80px; }
  .account_content.hidden {
    max-height: 100vh;
    overflow: hidden; }
  .account_content .part {
    margin-bottom: 30px; }
    .account_content .part .state_pannel {
      background: #FFFFFF;
      border-radius: 3px;
      color: #596679;
      line-height: 28px;
      overflow: hidden;
      padding-bottom: 30px;
      border-bottom: 1px solid #F2F2F2; }
      .account_content .part .state_pannel .notice p {
        font-size: 1.6rem;
        color: #666666;
        line-height: 28px; }
        .account_content .part .state_pannel .notice p .notice_time {
          font-weight: bold; }
      .account_content .part .state_pannel .state {
        line-height: 56px; }
      .account_content .part .state_pannel .red_border {
        display: inline-block;
        margin-right: 20px;
        width: 2px;
        height: 11px;
        background: #FD7A6C;
        box-shadow: 2px 0 4px 0 rgba(253, 122, 108, 0.5); }
      .account_content .part .state_pannel .text {
        font-size: 1.4rem;
        line-height: 28px;
        margin-right: 20px; }
      .account_content .part .state_pannel .value {
        font-size: 20px;
        color: #21B890;
        line-height: 28px; }
    .account_content .part .no_open {
      text-align: center;
      border: 1px solid #F2F2F2;
      border-radius: 2px; }
      .account_content .part .no_open .no_open_txt {
        margin-bottom: 30px;
        font-size: 2rem;
        color: #333333;
        letter-spacing: 1.67px;
        line-height: 32px;
        padding-top: 40px; }
      .account_content .part .no_open .no_open_btn {
        padding: 15px 30px;
        background: #c30e2e;
        border-radius: 3px;
        line-height: 16px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        display: inline-block;
        margin-bottom: 40px; }
    .account_content .part .mod-tit {
      font-size: 1.8rem;
      color: #333333;
      margin-bottom: 20px;
      line-height: 20px; }
    .account_content .part .serve {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .account_content .part .serve:after {
        content: "";
        width: 31.48148%; }
      .account_content .part .serve li {
        position: relative;
        padding: 29px 0 28px 40px;
        margin-bottom: 20px;
        background: #FFFFFF;
        border: 1px solid #E6E9EA;
        border-radius: 3px;
        width: 31.48148%;
        min-width: 180px; }
        .account_content .part .serve li:hover .left_border {
          display: block; }
        .account_content .part .serve li:hover .small_border {
          display: none; }
        .account_content .part .serve li .left_border {
          display: none;
          position: absolute;
          width: 2px;
          height: 60px;
          background: #c30e2e;
          box-shadow: 2px 0 4px 0 rgba(33, 184, 143, 0.5);
          top: 10px;
          left: 0; }
        .account_content .part .serve li .small_border {
          position: absolute;
          width: 2px;
          height: 12px;
          background: #c30e2e;
          box-shadow: 2px 0 4px 0 rgba(33, 184, 143, 0.5);
          top: 34px;
          left: 0; }
        .account_content .part .serve li a {
          color: #38454A; }
          .account_content .part .serve li a i {
            margin-right: 20px;
            font-size: 20px; }
          .account_content .part .serve li a .i_text {
            font-size: 1.4rem;
            line-height: 14px;
            vertical-align: super; }
  .account_content .account .account_box {
    padding-bottom: 30px; }
    .account_content .account .account_box.no_bottom {
      padding-bottom: 0; }
    .account_content .account .account_box .no_result {
      padding: 45px 0;
      font-size: 14px;
      color: #546369; }
    .account_content .account .account_box .mod_tit {
      margin-bottom: 15px;
      font-size: 1.8rem; }
    .account_content .account .account_box .account_banner {
      border-radius: 3px;
      overflow: hidden;
      padding-top: 50px; }
      .account_content .account .account_box .account_banner .infor li {
        font-size: 1.6rem;
        color: #666666;
        line-height: 29px;
        overflow: hidden;
        margin-bottom: 15px; }
        .account_content .account .account_box .account_banner .infor li:first-child {
          padding-top: 0; }
        .account_content .account .account_box .account_banner .infor li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        .account_content .account .account_box .account_banner .infor li label, .account_content .account .account_box .account_banner .infor li span {
          font-size: 1.6rem;
          color: #666666;
          font-weight: normal; }
        .account_content .account .account_box .account_banner .infor li .input_profile {
          width: 500px;
          border: none;
          outline: none;
          margin-bottom: 0; }
        .account_content .account .account_box .account_banner .infor li .icon-arrow-r {
          display: none; }
        .account_content .account .account_box .account_banner .infor li .btn_box {
          float: right; }
          .account_content .account .account_box .account_banner .infor li .btn_box button {
            background-color: #fff;
            border-radius: 3px;
            font-size: 1.3rem; }
            .account_content .account .account_box .account_banner .infor li .btn_box button.btn {
              padding: 7px 14px; }
            .account_content .account .account_box .account_banner .infor li .btn_box button.edit_btn {
              border: 1px solid #d8d8d8;
              color: #909090;
              font-size: 14px;
              border-radius: 40px;
              line-height: 14px;
              height: auto; }
            .account_content .account .account_box .account_banner .infor li .btn_box button.save_btn {
              border: 1px solid #c30e2e;
              color: #c30e2e;
              font-size: 1.4rem;
              border-radius: 40px;
              line-height: 14px;
              height: auto;
              width: auto;
              display: inline-block;
              float: left;
              margin-right: 20px; }
            .account_content .account .account_box .account_banner .infor li .btn_box button.cancel_btn {
              border: 1px solid #d8d8d8;
              color: #909090;
              font-size: 1.4rem;
              border-radius: 40px;
              line-height: 14px;
              height: auto;
              width: auto;
              display: inline-block; }
      .account_content .account .account_box .account_banner .consume li {
        padding: 17px 0;
        border-bottom: 1px solid #d9d9d9;
        font-size: 0; }
        .account_content .account .account_box .account_banner .consume li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        .account_content .account .account_box .account_banner .consume li.title {
          padding-bottom: 20px;
          border-bottom-color: #d9d9d9;
          margin-bottom: 0; }
          .account_content .account .account_box .account_banner .consume li.title .line_style {
            color: #666666 !important; }
          .account_content .account .account_box .account_banner .consume li.title span {
            line-height: inherit;
            color: #808080; }
        .account_content .account .account_box .account_banner .consume li span {
          display: inline-block;
          line-height: 30px;
          font-size: 1.3rem;
          color: #808080; }
        .account_content .account .account_box .account_banner .consume li .order_id {
          display: none; }
        .account_content .account .account_box .account_banner .consume li .time {
          width: 22%;
          color: #808080; }
        .account_content .account .account_box .account_banner .consume li .project {
          width: 30%; }
        .account_content .account .account_box .account_banner .consume li .money {
          width: 17%; }
        .account_content .account .account_box .account_banner .consume li .down_link {
          width: 18%; }
          .account_content .account .account_box .account_banner .consume li .down_link a {
            color: #c30e2e;
            text-decoration: underline; }
        .account_content .account .account_box .account_banner .consume li .invoice {
          width: 13%; }
          .account_content .account .account_box .account_banner .consume li .invoice button {
            border: 1px solid #c30e2e;
            border-radius: 3px;
            background: #fff;
            color: #c30e2e; }
            .account_content .account .account_box .account_banner .consume li .invoice button.btn {
              width: 82px;
              height: 30px;
              padding: 0 14px;
              line-height: 30px;
              font-size: 13px; }
      .account_content .account .account_box .account_banner .consume_mobile {
        display: none; }
  .account_content .reminder {
    font-size: 1.4rem;
    color: #666666;
    line-height: 24px; }
    .account_content .reminder a {
      color: #546369; }

.dashboard .top .first {
  color: #546369 !important;
  line-height: 20px; }

.account_pop .invoice_application {
  width: 720px;
  margin: 0 auto;
  margin-top: 50px; }
  .account_pop .invoice_application h2 {
    padding-bottom: 15px;
    line-height: 24px;
    font-size: 2.4rem;
    color: #38454A; }
  .account_pop .invoice_application p {
    padding-bottom: 10px;
    font-size: 1.4rem;
    color: #546369; }
    .account_pop .invoice_application p.lang {
      padding-bottom: 40px; }
  .account_pop .invoice_application .invoice_card_box {
    padding-top: 20px;
    border-top: 1px solid #CCD7DB; }
    .account_pop .invoice_application .invoice_card_box .title {
      display: block;
      padding-bottom: 30px;
      font-size: 1.4rem;
      color: #546369; }
    .account_pop .invoice_application .invoice_card_box .invoice_card {
      position: relative; }
      .account_pop .invoice_application .invoice_card_box .invoice_card label {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label b {
          display: inline-block;
          width: 7.77778%;
          margin-right: 42px;
          text-align: right;
          line-height: 36px;
          font-size: 1.4rem;
          color: #546369;
          font-weight: normal; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label b.align {
            vertical-align: top; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label b.noright {
            margin-right: 0; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label input {
          width: 84.02778%;
          height: 36px;
          background: #FFFFFF;
          padding-left: 10px;
          border: 1px solid #D0D4D9;
          border-radius: 1px;
          color: #8CA4AF; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label input.recipients {
            width: 22.22222%; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label input.mobile {
            width: 27.77778%; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label input.area {
            width: 41.66667%;
            cursor: pointer; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label input.email {
            width: 38.88889%; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label textarea {
          width: 80.55556%;
          height: 80px;
          padding: 10px;
          background: #FFFFFF;
          border: 1px solid #D0D4D9;
          border-radius: 1px;
          color: #8CA4AF; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label .star {
          margin-left: 5px;
          margin-right: 30px;
          vertical-align: top;
          line-height: 36px;
          color: #E73140; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label .btn_box {
          width: 30%;
          display: inline-block; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label .btn_box .save_invoice_btn {
            width: 138px;
            height: 38px;
            border: 1px solid #c30e2e;
            border-radius: 3px;
            line-height: 33px;
            font-size: 1.2rem;
            color: #fff;
            background-color: #c30e2e;
            cursor: pointer;
            outline: none; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label .goods_rare {
          width: 22.22222%;
          height: 36px;
          margin-bottom: 0; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label .icon-down4 {
          position: relative;
          left: -45px;
          font-size: 2rem;
          vertical-align: middle;
          color: #8E9EA4;
          cursor: pointer;
          z-index: 1; }
.account_pop .invoice_confirm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .account_pop .invoice_confirm p {
    padding-bottom: 110px;
    font-size: 1.6rem;
    color: #546369;
    font-weight: bold; }
  .account_pop .invoice_confirm .btn {
    width: 86px;
    height: 38px;
    line-height: 38px; }

.pop_up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: scroll;
  z-index: 11; }
  .pop_up .close {
    position: absolute;
    top: 30px;
    right: 10%;
    font-size: 2rem;
    color: #c30e2e;
    cursor: pointer; }

@media screen and (max-width: 760px) {
  .dashboard .top {
    display: none; }
  .dashboard .part {
    padding-top: 20px; }
    .dashboard .part .mod-tit {
      display: none; }
    .dashboard .part .mod-pannel.state_pannel {
      position: relative;
      padding-bottom: 55px !important; }
      .dashboard .part .mod-pannel.state_pannel .state.fr, .dashboard .part .mod-pannel.state_pannel .p-header .state.options, .p-header .dashboard .part .mod-pannel.state_pannel .state.options, .dashboard .part .mod-pannel.state_pannel .mod-article-list li .state.pic, .mod-article-list li .dashboard .part .mod-pannel.state_pannel .state.pic, .dashboard .part .mod-pannel.state_pannel .mod-article-list li .state.relate, .mod-article-list li .dashboard .part .mod-pannel.state_pannel .state.relate, .dashboard .part .mod-pannel.state_pannel .hot-list .mod-article-list li .state.options, .hot-list .mod-article-list li .dashboard .part .mod-pannel.state_pannel .state.options, .dashboard .part .mod-pannel.state_pannel .index_cont .top_article .inner .state.options, .index_cont .top_article .inner .dashboard .part .mod-pannel.state_pannel .state.options, .dashboard .part .mod-pannel.state_pannel .index_cont .top_article .column .state.options, .index_cont .top_article .column .dashboard .part .mod-pannel.state_pannel .state.options, .dashboard .part .mod-pannel.state_pannel .index_cont .top_article .articles .state.options, .index_cont .top_article .articles .dashboard .part .mod-pannel.state_pannel .state.options {
        position: absolute;
        float: none;
        bottom: 18px;
        width: 87%; }
    .dashboard .part .state_pannel p {
      line-height: 26px; }
  .dashboard .part.pa_ser {
    padding-top: 4px;
    margin-bottom: 20px; }
    .dashboard .part.pa_ser .serve {
      padding: 0 3.33333%; }
      .dashboard .part.pa_ser .serve li {
        min-width: 125px;
        width: 41.66667%;
        padding: 25px 14px 10px 14px;
        background: #FFFFFF;
        box-shadow: 0 0 6px 0 rgba(33, 184, 143, 0.4);
        border-radius: 1px; }
        .dashboard .part.pa_ser .serve li:hover .left_border {
          display: none; }
        .dashboard .part.pa_ser .serve li:hover .small_border {
          display: block; }
        .dashboard .part.pa_ser .serve li .left_border {
          width: 80%;
          height: 2px;
          bottom: 0px;
          top: inherit;
          left: auto;
          background: #c30e2e;
          box-shadow: 0 -2px 4px 0 rgba(33, 184, 143, 0.2); }
        .dashboard .part.pa_ser .serve li .small_border {
          width: 18px;
          height: 2px;
          bottom: 0;
          top: inherit;
          background: #c30e2e;
          box-shadow: 0 -2px 4px 0 rgba(33, 184, 143, 0.3);
          left: 42.8%; }
        .dashboard .part.pa_ser .serve li a {
          color: #344750; }
          .dashboard .part.pa_ser .serve li a i, .dashboard .part.pa_ser .serve li a .i_text {
            margin-right: 0;
            display: block;
            text-align: center; }
          .dashboard .part.pa_ser .serve li a i {
            margin-bottom: 20px; }
  .dashboard .back_tmt {
    background: #FFFFFF;
    border: 1px solid #c30e2e;
    border-radius: 3px;
    padding: 8px 4.375%;
    width: 37.33333%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    white-space: nowrap; }
  .dashboard .footer_bottom {
    display: block;
    width: 37.33333%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    color: #666666;
    letter-spacing: 0; }
  .dashboard .container .mod-pannel.state_pannel {
    padding: 6.66667%; } }
@media (max-width: 760px) {
  .container_a {
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-top: 1px; }
    .container_a .mod_tit {
      font-size: 1.6rem;
      line-height: 20px;
      color: #546369;
      margin-bottom: 10px;
      margin-top: 20px; }
      .container_a .mod_tit .mod_tit_right {
        display: none; }
    .container_a .mod_pannel {
      background-color: #fff;
      color: #000;
      padding: 30px;
      margin-bottom: 20px; }

  .pop_up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.98);
    overflow: scroll;
    z-index: 11; }
    .pop_up .close {
      position: absolute;
      top: 30px;
      right: 10%;
      font-size: 2rem;
      color: #c30e2e;
      cursor: pointer; }
    .pop_up .pop_cont {
      width: 720px;
      margin: auto;
      padding: 160px 0; }

  .account_content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
    .account_content .top {
      display: none; }
    .account_content .part {
      margin-top: 20px;
      margin-bottom: 30px; }
      .account_content .part .state_pannel {
        padding: 20px;
        background: #FFFFFF;
        border: 1px solid #E6E9EA;
        border-radius: 3px;
        color: #596679;
        line-height: 28px;
        overflow: hidden; }
        .account_content .part .state_pannel .notice {
          float: none; }
          .account_content .part .state_pannel .notice p {
            font-size: 1.4rem;
            color: #596679;
            line-height: 26px; }
        .account_content .part .state_pannel .state {
          float: none;
          position: relative;
          display: block;
          margin-top: 20px;
          line-height: 28px; }
          .account_content .part .state_pannel .state .red_border {
            display: inline-block;
            margin-right: 20px;
            width: 2px;
            height: 11px;
            background: #FD7A6C;
            box-shadow: 2px 0 4px 0 rgba(253, 122, 108, 0.5); }
          .account_content .part .state_pannel .state .text {
            font-size: 1.4rem;
            line-height: 28px;
            margin-right: 20px; }
          .account_content .part .state_pannel .state .value {
            position: absolute;
            right: 0;
            font-size: 20px;
            color: #c30e2e;
            line-height: 28px; }
      .account_content .part .no_open .no_open_txt {
        font-size: 1.4rem;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0; }
      .account_content .part .no_open .no_open_btn {
        padding: 10px 20px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 0;
        margin-bottom: 0; }
      .account_content .part .mod-tit {
        font-size: 1.4rem;
        color: #546369;
        margin-bottom: 10px;
        line-height: 20px; }
      .account_content .part .serve {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .account_content .part .serve:after {
          content: "";
          width: 31.48148%; }
        .account_content .part .serve li {
          position: relative;
          padding: 29px 0 28px 40px;
          margin-bottom: 20px;
          background: #FFFFFF;
          border: 1px solid #E6E9EA;
          border-radius: 3px;
          width: 31.48148%;
          min-width: 180px; }
          .account_content .part .serve li:hover .left_border {
            display: block; }
          .account_content .part .serve li .left_border {
            display: none;
            position: absolute;
            width: 2px;
            height: 60px;
            background: #c30e2e;
            box-shadow: 2px 0 4px 0 rgba(33, 184, 143, 0.5);
            top: 10px;
            left: 0; }
          .account_content .part .serve li .small_border {
            position: absolute;
            width: 2px;
            height: 12px;
            background: #c30e2e;
            box-shadow: 2px 0 4px 0 rgba(33, 184, 143, 0.5);
            top: 34px;
            left: 0; }
          .account_content .part .serve li a {
            color: #38454A; }
            .account_content .part .serve li a i {
              margin-right: 20px;
              font-size: 20px; }
            .account_content .part .serve li a .i_text {
              font-size: 1.4rem;
              line-height: 14px;
              vertical-align: super; }
    .account_content .account .account_box {
      padding-bottom: 30px; }
      .account_content .account .account_box.no_bottom {
        padding-bottom: 0; }
      .account_content .account .account_box .account_banner {
        background-color: #F3F5F7;
        border: none;
        padding: 0;
        overflow: hidden; }
        .account_content .account .account_box .account_banner .infor {
          background-color: #FFFFFF;
          padding: 0 10px;
          border: 1px solid #E6E9EA;
          border-radius: 3px; }
          .account_content .account .account_box .account_banner .infor li {
            padding: 27px 10px;
            border-bottom: 1px solid #CCD7DB;
            line-height: 30px;
            overflow: hidden; }
            .account_content .account .account_box .account_banner .infor li:first-child {
              padding-top: 27px; }
            .account_content .account .account_box .account_banner .infor li:last-child {
              padding-bottom: 27px;
              border-bottom: none; }
            .account_content .account .account_box .account_banner .infor li label, .account_content .account .account_box .account_banner .infor li span {
              font-size: 1.4rem;
              color: #38454A; }
            .account_content .account .account_box .account_banner .infor li .input_profile {
              width: 500px;
              border: none;
              outline: none;
              margin-bottom: 0; }
            .account_content .account .account_box .account_banner .infor li .icon-arrow-r {
              display: block;
              float: right;
              line-height: 30px;
              font-size: 0.8rem; }
            .account_content .account .account_box .account_banner .infor li .btn_box {
              display: none;
              float: right; }
              .account_content .account .account_box .account_banner .infor li .btn_box button {
                background-color: #fff;
                border-radius: 3px;
                font-size: 1.3rem; }
                .account_content .account .account_box .account_banner .infor li .btn_box button.btn {
                  width: 56px;
                  height: 30px;
                  padding: 0 14px;
                  line-height: 30px; }
                .account_content .account .account_box .account_banner .infor li .btn_box button.edit_btn {
                  border: 1px solid #c30e2e;
                  color: #c30e2e; }
                .account_content .account .account_box .account_banner .infor li .btn_box button.save_btn {
                  margin-right: 20px;
                  background-color: #c30e2e; }
                .account_content .account .account_box .account_banner .infor li .btn_box button.cancel_btn {
                  border: 1px solid #8CA4AF;
                  color: #8CA4AF; }
        .account_content .account .account_box .account_banner .consume {
          display: none; }
        .account_content .account .account_box .account_banner .consume_mobile {
          display: block;
          background-color: #FFFFFF;
          margin-bottom: 11px;
          border: 1px solid #E6E9EA;
          border-radius: 3px; }
          .account_content .account .account_box .account_banner .consume_mobile .title {
            background: #F7F9FA;
            padding: 25px 18px;
            border-bottom: none;
            border-radius: 3px 3px 0 0;
            line-height: 18px;
            font-size: 1.6rem;
            color: #38454A;
            font-weight: bold;
            margin-bottom: 0; }
          .account_content .account .account_box .account_banner .consume_mobile ul {
            padding: 0 10px; }
            .account_content .account .account_box .account_banner .consume_mobile ul li {
              padding: 27px 10px;
              border-bottom: 1px solid #CCD7DB;
              line-height: 30px;
              overflow: hidden; }
              .account_content .account .account_box .account_banner .consume_mobile ul li a {
                color: #c30e2e;
                text-decoration: underline; }
              .account_content .account .account_box .account_banner .consume_mobile ul li:last-child {
                border-bottom: none; }
              .account_content .account .account_box .account_banner .consume_mobile ul li .order_id {
                display: none; }
              .account_content .account .account_box .account_banner .consume_mobile ul li span {
                letter-spacing: 1px;
                font-size: 1.4rem;
                color: #38454A;
                font-weight: bold; }
              .account_content .account .account_box .account_banner .consume_mobile ul li button {
                border: 1px solid #c30e2e;
                border-radius: 3px;
                background: #fff;
                color: #c30e2e;
                font-size: 1.3rem; }
                .account_content .account .account_box .account_banner .consume_mobile ul li button.btn {
                  width: auto;
                  height: 30px;
                  padding: 0 14px;
                  line-height: 30px; }
    .account_content .reminder {
      display: none; }

  .account_pop .user_infor {
    margin-top: 50px;
    padding: 20px; }
    .account_pop .user_infor h2 {
      text-align: center;
      font-size: 2rem;
      color: #38454A; }
    .account_pop .user_infor .user_card {
      margin-top: 30px; }
      .account_pop .user_infor .user_card label b {
        display: block;
        width: 100%;
        font-size: 1.4rem;
        color: #546369; }
      .account_pop .user_infor .user_card label input {
        width: 100%;
        height: 36px;
        margin-top: 10px;
        padding-left: 10px; }
      .account_pop .user_infor .user_card label .save_btn {
        display: block;
        width: 86px;
        height: 38px;
        background-color: #fff;
        margin: 0 auto;
        margin-top: 30px;
        border: 1px solid #c30e2e;
        border-radius: 3px;
        font-size: 1.3rem;
        color: #c30e2e; }
  .account_pop .invoice_application {
    width: 100%;
    margin-top: 50px;
    padding: 20px; }
    .account_pop .invoice_application h2 {
      padding-bottom: 20px;
      text-align: center;
      line-height: 24px;
      font-size: 2rem;
      color: #38454A; }
    .account_pop .invoice_application p {
      padding-bottom: 10px;
      text-align: center;
      font-size: 1.4rem;
      color: #546369; }
      .account_pop .invoice_application p.lang {
        padding-bottom: 40px; }
    .account_pop .invoice_application .invoice_card_box {
      padding-top: 20px;
      border-top: none; }
      .account_pop .invoice_application .invoice_card_box .title {
        display: none;
        padding-bottom: 30px;
        font-size: 1.4rem;
        color: #546369; }
      .account_pop .invoice_application .invoice_card_box .invoice_card {
        position: relative; }
        .account_pop .invoice_application .invoice_card_box .invoice_card.address {
          margin-top: -20px; }
        .account_pop .invoice_application .invoice_card_box .invoice_card label {
          display: inline-block;
          width: 100%;
          margin-bottom: 20px; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label b {
            display: inline;
            width: 100%;
            margin-bottom: 13px;
            text-align: left;
            line-height: 14px;
            font-size: 1.4rem;
            color: #546369;
            font-weight: normal; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label b.align {
              vertical-align: middle; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label b.seat {
              display: none; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label .star {
            display: inline;
            vertical-align: middle; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label input {
            width: 100%;
            height: 36px; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label input.recipients {
              width: 100%; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label input.mobile {
              width: 100%; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label input.area {
              width: 100%;
              cursor: pointer; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label input.email {
              width: 100%;
              margin-top: 5px; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label textarea {
            width: 100%;
            height: 80px;
            resize: none; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label .btn_box {
            position: relative;
            left: 50%;
            transform: translate(-50%, 0);
            width: 138px;
            height: 38px;
            display: inline-block;
            margin: 0 auto;
            margin-top: 30px; }
            .account_pop .invoice_application .invoice_card_box .invoice_card label .btn_box .save_invoice_btn {
              width: 100%;
              height: 100%;
              background-color: #FFFFFF;
              border: 1px solid #c30e2e;
              border-radius: 3px;
              font-size: 1.3rem;
              color: #c30e2e; }
          .account_pop .invoice_application .invoice_card_box .invoice_card label .icon-down4 {
            position: relative;
            top: -30px;
            left: 88%;
            font-size: 2rem;
            vertical-align: middle;
            color: #8E9EA4;
            cursor: pointer;
            z-index: 1; }
  .account_pop .invoice_confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .account_pop .invoice_confirm p {
      padding-bottom: 110px;
      line-height: 22px;
      font-size: 1.6rem;
      color: #546369; } }
._citys {
  width: 300px !important;
  background-color: #FFF;
  border: 1px solid #D0D4D9;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1); }
  ._citys #cColse {
    display: none; }
  ._citys ._citys0 {
    border-bottom: 1px solid #CCD7DB;
    height: 45px;
    padding-bottom: 11px; }
    ._citys ._citys0 li {
      margin-bottom: 11px; }
    ._citys ._citys0 li.citySel {
      background-color: #c30e2e; }
  ._citys ._citys1 a {
    width: 78px;
    background-color: transparent;
    color: #546369;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
    margin-top: 6px;
    padding: 0 8px;
    text-align: left; }
    ._citys ._citys1 a:hover {
      background-color: #D3F1E9;
      color: #546369; }

.m_confirm_order ._citys {
  width: 88vw !important; }

/*# sourceMappingURL=style_v1.css.map */
